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 -N -r1.49.2.1 -r1.49.2.2 --- openacs-4/packages/acs-templating/tcl/date-procs.tcl 10 Sep 2015 08:22:05 -0000 1.49.2.1 +++ openacs-4/packages/acs-templating/tcl/date-procs.tcl 18 Sep 2015 07:31:48 -0000 1.49.2.2 @@ -1287,11 +1287,11 @@ } if {$element(mode) eq "edit"} { - append output "" + append output "" append output "" } else { append output $textdate - append output "" + append output "" } return $output