From 67fd06887b1659569a6c2b61f2c700560bb71cd5 Mon Sep 17 00:00:00 2001 From: xgizzmo Date: Wed, 1 Aug 2007 03:33:40 +0000 Subject: Replace references to old code with new code --- lib/class/ajax.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/class/ajax.class.php') diff --git a/lib/class/ajax.class.php b/lib/class/ajax.class.php index cb734edf..b3d35f07 100644 --- a/lib/class/ajax.class.php +++ b/lib/class/ajax.class.php @@ -42,9 +42,9 @@ class Ajax { */ public static function observe($source,$method,$action) { - $observe = "\n"; + $observe .= "-->\n"; return $observe; -- cgit