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.23 -r1.24 --- openacs-4/packages/acs-templating/tcl/date-procs.tcl 15 Oct 2003 12:35:51 -0000 1.23 +++ openacs-4/packages/acs-templating/tcl/date-procs.tcl 11 Dec 2003 21:39:57 -0000 1.24 @@ -309,7 +309,7 @@ ![string equal $minutes {}] } { append value " [string range $pad [string length $hours] end]${hours}:[string range $pad [string length $minutes] end]$minutes" if { ![string equal $seconds {}] } { - append value ":[string range $pad [string length $seconds] end]$second" + append value ":[string range $pad [string length $seconds] end]$seconds" } } return $value