Index: openacs-4/packages/acs-templating/tcl/data-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/data-procs.tcl,v diff -u -N -r1.17.2.1 -r1.17.2.2 --- openacs-4/packages/acs-templating/tcl/data-procs.tcl 10 Oct 2013 21:20:09 -0000 1.17.2.1 +++ openacs-4/packages/acs-templating/tcl/data-procs.tcl 26 Oct 2013 09:19:59 -0000 1.17.2.2 @@ -380,7 +380,7 @@ set maxdays [template::util::date::get_property days_in_month $datelist] if { $day < 1 || $day > $maxdays } { set month_pretty [template::util::date::get_property long_month_name $datelist] - if { $month == "2" } { + if { $month == 2 } { # February has a different number of days depending on the year append month_pretty " ${year}" }