From b49eff3e1330025e202d2ff22dc27da9583f5b2b Mon Sep 17 00:00:00 2001 From: spocky Date: Mon, 15 Oct 2007 21:02:50 +0000 Subject: Updated ajax loader Updated pager html/css Fixed some Greysme's bugs Didn't fix ajax links w3c conformance :) --- lib/class/ajax.class.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lib/class/ajax.class.php') diff --git a/lib/class/ajax.class.php b/lib/class/ajax.class.php index 2c0c9aff..f5984912 100644 --- a/lib/class/ajax.class.php +++ b/lib/class/ajax.class.php @@ -81,7 +81,13 @@ class Ajax { else { $source_txt = "'$source'"; } - + + /* + Replaces ampersand with & for w3c conformance. + Fixme: ajax doesn't seem to work anymore with this... + */ + //$url = htmlspecialchars($url); + if ($post) { $ajax_string = "ajaxPost('$url','$post',$source_txt)"; } -- cgit