templates/channel_calendar.tmpl
changeset 85 0521cf830eb9
parent 58 ce028d356e1f
child 112 090192b64d7e
--- 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 @@
         <td>&nbsp;</td>
         % else :
         ## build date
-        <% date = h.build_date(month, day) %>
+        <% date = h.build_date(month, day) %>\
         ## render cell
         <td${' id="today"' if h.is_today(date) else ''}${' class="empty"' if date not in dates else ''}>\
         ## link to logs for this day?
         % if date in dates :
-        <a href="${urls.channel_date.build(req, channel=channel, date=date)}">${day}</a>\
+<a href="${urls.channel_date.build(req, channel=channel, date=date)}">${day}</a>\
         % else :
-        ${day}\
+${day}\
         % endif
 </td>
     % endif