diff options
author | xgizzmo <xgizzmo@ampache> | 2007-08-06 22:10:58 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2007-08-06 22:10:58 +0000 |
commit | c1e451729180af2a5749aa93671975e72f8d40a9 (patch) | |
tree | 6476d912a35abde5265df007c6daf132f046bd07 /lib/class/ajax.class.php | |
parent | 0949ff48904b06438fc4215854d7fa3ba884474e (diff) | |
download | ampache-c1e451729180af2a5749aa93671975e72f8d40a9.tar.gz ampache-c1e451729180af2a5749aa93671975e72f8d40a9.tar.bz2 ampache-c1e451729180af2a5749aa93671975e72f8d40a9.zip |
fix some short tags causeing some weirdness in the menu, fixed a typo here and there.
Diffstat (limited to 'lib/class/ajax.class.php')
-rw-r--r-- | lib/class/ajax.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/ajax.class.php b/lib/class/ajax.class.php index 5185538a..8843cc4d 100644 --- a/lib/class/ajax.class.php +++ b/lib/class/ajax.class.php @@ -51,7 +51,7 @@ class Ajax { $source_txt = "'$source'"; } - $observe = "<script type=\"text/javascript\"><!--\n"; + $observe = "\n <script type=\"text/javascript\"><!--\n"; $observe .= "\tEvent.observe($source_txt,'$method',function(){" . $action . ";});\n"; $observe .= "--></script>\n"; |