Index: openacs-4/packages/acs-templating/tcl/parse-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/parse-procs.tcl,v diff -u -r1.65.2.16 -r1.65.2.17 --- openacs-4/packages/acs-templating/tcl/parse-procs.tcl 18 Apr 2022 08:43:02 -0000 1.65.2.16 +++ openacs-4/packages/acs-templating/tcl/parse-procs.tcl 19 Apr 2022 11:55:07 -0000 1.65.2.17 @@ -709,7 +709,7 @@ template::adp_compile -string $HTML - but it just performs tag substion, but not ADP variable + but it just performs tag substitution, but not ADP variable substitution, since this is done differently in some contextes on the provided HTML chunk. An example is the handling of instance attributes in xowiki. @@ -748,7 +748,7 @@ } { if {$HTML ne ""} { - ns_log notice "YYYY adp_parse_tags_and_localize called with '$HTML'" + #ns_log notice "YYYY adp_parse_tags_and_localize called with '$HTML'" return [::lang::util::localize [adp_parse_tags $HTML]] } } Index: openacs-4/packages/acs-templating/tcl/style-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/style-procs.tcl,v diff -u -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/acs-templating/tcl/style-procs.tcl 18 Apr 2022 08:56:05 -0000 1.1.2.3 +++ openacs-4/packages/acs-templating/tcl/style-procs.tcl 19 Apr 2022 11:55:07 -0000 1.1.2.4 @@ -85,7 +85,7 @@ e.g. style loading. The target icon can be (1) a font glyph, (2) an image or (3) just - a text. Method (1) is used for glyphicons and boostrap icons, + a text. Method (1) is used for glyphicons and bootstrap icons, which is signaled by a value in the icon::map starting with a plain character. When the value starts with a slash "/", then an image will be used. When the name has no graphical counterpart