summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/javascript_refresh.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/javascript_refresh.inc.php b/templates/javascript_refresh.inc.php
index 6fbdd9b6..cd51773b 100644
--- a/templates/javascript_refresh.inc.php
+++ b/templates/javascript_refresh.inc.php
@@ -15,7 +15,7 @@ function refresh()
// entry in the visitor's history. It is provided for
// those browsers that only support JavaScript 1.0.
//
- ajaxPut('<?php echo $ajax_url; ?>','<?php echo $ajax_object; ?>');
+ ajaxPut('<?php echo $ajax_url; ?>',<?php echo $ajax_object; ?>);
doLoad();
}