Index: openacs-4/packages/ajaxhelper/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/www/doc/index.html,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ajaxhelper/www/doc/index.html 6 Nov 2006 13:15:29 -0000 1.5 +++ openacs-4/packages/ajaxhelper/www/doc/index.html 25 Dec 2006 16:39:50 -0000 1.6 @@ -59,7 +59,7 @@ # if we're using ajax, let's use doc_type strict so we can get # consistent results accross standards compliant browsers - set doc_type { < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" > } + set doc_type { <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> } if { [info exists ajax_helper_js_sources] } { append js_sources [ah::load_js_sources -source_list $ajax_helper_js_sources]