Index: openacs-4/packages/acs-templating/tcl/head-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/head-procs.tcl,v diff -u -r1.45.2.26 -r1.45.2.27 --- openacs-4/packages/acs-templating/tcl/head-procs.tcl 2 Sep 2021 14:40:04 -0000 1.45.2.26 +++ openacs-4/packages/acs-templating/tcl/head-procs.tcl 2 Sep 2021 16:40:50 -0000 1.45.2.27 @@ -1053,7 +1053,7 @@ by this CSS selector. When a CSS selector contains double and single quotes, we won't add any of those around the selector automatically. Instead, - the user must specify them explicity, for instance + the user must specify them explicitly, for instance like this: ... -selector {'[name="o\'hara"]'}. If the selector does not contain any single or double quotes, we can let the user omit them, as for the @@ -1172,7 +1172,7 @@ CSS selector. When a CSS selector contains double and single quotes, we won't add any of those around the selector automatically. Instead, the - user must specify them explicity, for instance + user must specify them explicitly, for instance like this: ... -selector {'[name="o\'hara"]'}. If the selector does not contain any single or double quotes, we can let the user omit them, as for the