Index: openacs-4/packages/xowiki/tcl/includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/includelet-procs.tcl,v diff -u -N -r1.239.2.33 -r1.239.2.34 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 21 Nov 2019 13:56:15 -0000 1.239.2.33 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 24 Nov 2019 12:09:16 -0000 1.239.2.34 @@ -350,11 +350,11 @@ ::xowiki::Includelet instproc include_head_entries {} { # The purpose of this method is to contain all calls to include - # CSS files, javascript, etc. in the HTML Head. This kind of - # requirements could as well be included e.g. in render, but this - # won't work, if "render" is cached. This method is called before - # render to be executed even when render is not due to caching. - # It is intended to be overloaded by subclasses. + # CSS files, JavaScript, etc. in the HTML head. This kind of + # requirement could as well be included e.g. in render, but this + # won't work, when the result of "render" is cached. This method + # is called before render to be executed even when render is not + # due to caching. It is intended to be overloaded by subclasses. } ::xowiki::Includelet instproc initialize {} {