Index: openacs-4/packages/acs-templating/tcl/date-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/date-procs.tcl,v diff -u -r1.63 -r1.63.2.1 --- openacs-4/packages/acs-templating/tcl/date-procs.tcl 9 Nov 2018 13:36:08 -0000 1.63 +++ openacs-4/packages/acs-templating/tcl/date-procs.tcl 10 Mar 2019 21:59:11 -0000 1.63.2.1 @@ -820,7 +820,7 @@ return [util::trim_leading_zeros $value] } -# Create an html fragment to display a numeric range widget +# Create an HTML fragment to display a numeric range widget # interval_def is in form { start stop interval } ad_proc -public template::widget::numericrange {element_reference tag_attributes} { @@ -837,7 +837,7 @@ } ad_proc -public template::widget::numericRange { name interval_def size {value ""} {tag_attributes {}} } { - Create an html fragment to display a numeric range widget + Create an HTML fragment to display a numeric range widget interval_def is in form { start stop interval } } { array set attributes $tag_attributes