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 -r1.65.2.1 --- openacs-4/packages/acs-templating/tcl/parse-procs.tcl 24 Jul 2018 19:42:15 -0000 1.65 +++ openacs-4/packages/acs-templating/tcl/parse-procs.tcl 10 Mar 2019 21:59:12 -0000 1.65.2.1 @@ -163,7 +163,7 @@ } else { # no template; found_script_p tells us if adp_prepare at least found a script. if { !$found_script_p } { - # No template. Perhaps there is an html file. + # No template. Perhaps there is an HTML file. if { [file exists $__adp_stub.html] } { ns_log debug "getting output from ${__adp_stub}.html" set __adp_output [template::util::read_file "${__adp_stub}.html"]