Index: openacs-4/packages/acs-tcl/lib/page-error.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/lib/page-error.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-tcl/lib/page-error.tcl 25 Feb 2005 16:30:59 -0000 1.1 +++ openacs-4/packages/acs-tcl/lib/page-error.tcl 24 Mar 2005 00:37:48 -0000 1.2 @@ -43,12 +43,12 @@ [_ acs-tcl.File] $error_file
[_ acs-tcl.User_Name] $user_name
[_ acs-tcl.lt_User_Id_of_the_user_t] $user_id
-[_ acs-tcl.Browser_of_the_user] [ns_set get [ns_conn headers] User-Agent]
+[_ acs-tcl.Browser_of_the_user] [ad_quotehtml [ns_set get [ns_conn headers] User-Agent]]

-----------------------------
[_ acs-tcl.Error_details]
-----------------------------
-
$error_info
+
[ad_quotehtml $error_info]

------------------------------

@@ -288,7 +288,7 @@
[_ acs-tcl.File] $error_file
[_ acs-tcl.User_Name] $user_name
[_ acs-tcl.lt_User_Id_of_the_user_t] $user_id -
[_ acs-tcl.Browser_of_the_user] [ns_set get [ns_conn headers] User-Agent] +
[_ acs-tcl.Browser_of_the_user] [ad_quotehtml [ns_set get [ns_conn headers] User-Agent]]

[_ acs-tcl.User_comments]
[template::util::richtext::get_property contents $description]