Index: openacs.org-dev/packages/acs-tcl/tcl/text-html-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/packages/acs-tcl/tcl/text-html-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs.org-dev/packages/acs-tcl/tcl/text-html-procs.tcl 17 Sep 2002 18:25:51 -0000 1.2 +++ openacs.org-dev/packages/acs-tcl/tcl/text-html-procs.tcl 28 Oct 2002 15:41:38 -0000 1.3 @@ -586,9 +586,9 @@ 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." + 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.

" } else { # Legal tag.