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.57 -r1.58 --- openacs-4/packages/acs-templating/tcl/date-procs.tcl 9 May 2018 15:33:29 -0000 1.57 +++ openacs-4/packages/acs-templating/tcl/date-procs.tcl 29 Jun 2018 17:27:18 -0000 1.58 @@ -811,7 +811,7 @@ Trim the leading zeroes from the value, but preserve the value as "0" if it is "00" - @see: util::trim_leading_zeros + @see util::trim_leading_zeros } { return [util::trim_leading_zeros $value] }