Index: openacs-4/packages/acs-kernel/acs-kernel.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/acs-kernel.info,v diff -u -r1.150.2.44 -r1.150.2.45 --- openacs-4/packages/acs-kernel/acs-kernel.info 23 Feb 2022 18:24:53 -0000 1.150.2.44 +++ openacs-4/packages/acs-kernel/acs-kernel.info 6 Jul 2022 15:37:55 -0000 1.150.2.45 @@ -9,15 +9,15 @@ f t - + OpenACS Core Team Routines and data models providing the foundation for OpenACS-based Web services. 2021-09-15 OpenACS The OpenACS kernel contains the core datamodel create and drop scripts for such things as objects, groups, parties and the supporting PL/SQL and PL/pgSQL procedures. 3 - + @@ -26,7 +26,7 @@ - + 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.109.2.27 -r1.109.2.28 --- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 9 Mar 2022 17:14:01 -0000 1.109.2.27 +++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 6 Jul 2022 15:37:55 -0000 1.109.2.28 @@ -937,7 +937,7 @@ # move past the tag-opening < incr i - if { ![regexp -indices -start $i {\A/?([-_a-zA-Z0-9]+)\s*} $html match name_idx] } { + if { ![regexp -indices -start $i {\A/?([-_a-zA-Z0-9:]+)\s*} $html match name_idx] } { # The tag-opener isn't followed by USASCII letters (with or without optional initial slash) # Not considered a tag. Shouldn't do any harm in browsers. # (Tested with digits, with A syntax, with whitespace)