Index: openacs-4/packages/acs-tcl/tcl/xml-0-sgml-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/xml-0-sgml-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-tcl/tcl/xml-0-sgml-procs.tcl 17 Jan 2018 21:45:20 -0000 1.7 +++ openacs-4/packages/acs-tcl/tcl/xml-0-sgml-procs.tcl 11 Jul 2018 10:37:41 -0000 1.8 @@ -788,10 +788,10 @@ # Must parse the replacement text for start & end tags, etc # This text must be self-contained: balanced closing tags, and so on - set tokenised [tokenise $map($ref) $::xml::tokExpr $::xml::substExpr] + set tokenized [tokenise $map($ref) $::xml::tokExpr $::xml::substExpr] set final $options(-final) unset options(-final) - eval parseEvent [list $tokenised] [array get options] -final 0 + eval parseEvent [list $tokenized] [array get options] -final 0 set options(-final) $final return {} @@ -885,7 +885,7 @@ # Content model is mixed (PCDATA and elements). # The second element of the list contains the # elements that may occur. #PCDATA is assumed -# (ie. the list is normalised). +# (ie. the list is normalized). # # Arguments: # id identifier for the element.