summaryrefslogtreecommitdiffstats
path: root/lib/class/ajax.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/ajax.class.php')
-rw-r--r--lib/class/ajax.class.php2
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";