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 -N -r1.21.2.2 -r1.21.2.3 --- openacs-4/packages/acs-tcl/lib/page-error.tcl 14 Aug 2019 08:06:29 -0000 1.21.2.2 +++ openacs-4/packages/acs-tcl/lib/page-error.tcl 28 Sep 2020 21:04:04 -0000 1.21.2.3 @@ -39,7 +39,7 @@ [_ acs-tcl.User_Name] [ns_quotehtml $user_name]
[_ acs-tcl.lt_User_Id_of_the_user_t] [ns_quotehtml $user_id]
IP: [ns_quotehtml [ns_conn peeraddr]]
-[_ acs-tcl.Browser_of_the_user] [ns_quotehtml [ns_set get [ns_conn headers] User-Agent]]
+[_ acs-tcl.Browser_of_the_user] [ns_quotehtml [ns_set iget [ns_conn headers] User-Agent]]

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

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