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.41 -r1.42 --- openacs-4/packages/acs-templating/tcl/head-procs.tcl 2 Aug 2018 06:52:50 -0000 1.41 +++ openacs-4/packages/acs-templating/tcl/head-procs.tcl 2 Aug 2018 06:59:37 -0000 1.42 @@ -33,7 +33,7 @@ -resource:required } { - Register an urn for a resource. These urns provide a single place + Register a URN for a resource. These urns provide a single place for e.g updating references to external resources when switching between a CDN and a local resource, or when a resource should be updated. @@ -157,7 +157,7 @@ } # - # Replace potential urn in src with resolved value + # Replace potential URN in src with resolved value # set key ::template::head::urn($src) if {[info exists $key]} { @@ -702,7 +702,7 @@ ad_proc -private template::head::resolve_urn { resource } { - Replace potential urn in provided resource name with resolved + Replace potential URN in provided resource name with resolved value } { set key ::template::head::urn($resource) Index: openacs-4/packages/acs-templating/www/doc/no-quote-upgrade.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/no-quote-upgrade.adp,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-templating/www/doc/no-quote-upgrade.adp 25 Apr 2018 08:42:17 -0000 1.5 +++ openacs-4/packages/acs-templating/www/doc/no-quote-upgrade.adp 2 Aug 2018 06:59:37 -0000 1.6 @@ -104,7 +104,7 @@ </form>

-Snippets of HTML produced by Tcl code, aka +Snippets of HTML produced by Tcl code, a.k.a. widgets .
Normally we try to fit all HTML code into the ADP template and have Index: openacs-4/packages/acs-templating/www/doc/no-quote-upgrade.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/no-quote-upgrade.html,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/doc/no-quote-upgrade.html 7 Aug 2017 23:48:02 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/no-quote-upgrade.html 2 Aug 2018 06:59:37 -0000 1.4 @@ -124,7 +124,7 @@

- Snippets of HTML produced by Tcl code, aka + Snippets of HTML produced by Tcl code, a.k.a. widgets.
Normally we try to fit all HTML code into the ADP template and