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 -N -r1.109.2.40 -r1.109.2.41 --- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 29 Sep 2022 16:04:05 -0000 1.109.2.40 +++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 21 Oct 2022 11:30:11 -0000 1.109.2.41 @@ -1216,7 +1216,7 @@ if { $allowed_attributes ne "*"} { foreach attr_name [dict keys $dict] { if {$attr_name ni $allowed_attributes} { - return "The attribute '$attr_name' is not allowed for $tagname tags" + return "The attribute '$attr_name' is not allowed for $tag tags" } # # Attribute is allowed. Check now protocols