diff -r 3c78c9c080e9 -r 0521cf830eb9 templates/channel_calendar.tmpl --- a/templates/channel_calendar.tmpl Tue Feb 10 22:59:17 2009 +0200 +++ b/templates/channel_calendar.tmpl Tue Feb 10 22:59:52 2009 +0200 @@ -26,14 +26,14 @@   % else : ## build date - <% date = h.build_date(month, day) %> + <% date = h.build_date(month, day) %>\ ## render cell \ ## link to logs for this day? % if date in dates : - ${day}\ +${day}\ % else : - ${day}\ +${day}\ % endif % endif