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.4 -r1.239.2.5 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 10 Mar 2019 21:06:20 -0000 1.239.2.4 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 10 Mar 2019 21:12:28 -0000 1.239.2.5 @@ -4575,7 +4575,7 @@ } gravatar proc url {-email {-size 80}} { - # reusable helper proc to compute an gravatar URL + # reusable helper proc to compute a gravatar URL if {[info commands ns_md5] ne ""} { set md5 [string tolower [ns_md5 $email]] } else { @@ -4707,7 +4707,7 @@ namespace eval ::xowiki::includelet { ############################################################################# # - # Show the content of an html file in includelet + # Show the content of an HTML file in includelet # ::xowiki::IncludeletClass create html-file \ -superclass ::xowiki::Includelet \