From 923cc2741f4202b7e879beabd15b20f49cce31ee Mon Sep 17 00:00:00 2001 From: xgizzmo Date: Tue, 7 Aug 2007 02:06:47 +0000 Subject: removed <-uname -r work around thanks for nuttin IE --- lib/class/ajax.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/class/ajax.class.php b/lib/class/ajax.class.php index 8843cc4d..e8496e75 100644 --- a/lib/class/ajax.class.php +++ b/lib/class/ajax.class.php @@ -51,9 +51,9 @@ class Ajax { $source_txt = "'$source'"; } - $observe = "\n \n"; + $observe = ""; return $observe; -- cgit