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.23 -r1.24 --- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 23 Sep 2003 22:49:20 -0000 1.23 +++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 24 Oct 2003 12:30:12 -0000 1.24 @@ -669,7 +669,7 @@ set attr_value [lindex $attribute 1] if { ![info exists allowed_attribute($attr_name)] } { - return "The attribute '$attr_name' is not allowed for <$tagname> tags" + return "The attribute '$attr_name' is not allowed for $tagname tags" } if { [regexp {^\s*([^\s:]+):} $attr_value match protocol] } {