Index: openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl,v diff -u -r1.22 -r1.23 --- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 23 Sep 2003 19:51:38 -0000 1.22 +++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 23 Sep 2003 22:49:20 -0000 1.23 @@ -588,9 +588,7 @@ tag other than the ones marked allowed in antispam section of ad.ini. Otherwise returns an empty string. - @return a human-readable explanation of what's wrong with the user's input. - The string will be HTML-escaped, so it's safe to pass on to a browser, but - it'll probably look ugly when viewed with a plaintext viewer. + @return a human-readable, plaintext explanation of what's wrong with the user's input. @author Lars Pind (lars@pinds.com) @creation-date 20 July 2000 @@ -654,8 +652,8 @@ if { ![info exists allowed_tag($tagname)] } { # Nope, this was a naughty tag. return "For security reasons we only accept the submission of HTML - containing the following tags: [join $allowed_tags_list " "]. - You have a <$tagname> tag in there." + containing the following tags: [join $allowed_tags_list " "]. + You have a [string toupper $tagname] tag in there." } else { # Legal tag.