# HG changeset patch # User Tero Marttila # Date 1234299592 -7200 # Node ID 0521cf830eb9824e02099ce4fbd4c1cea1cbfa79 # Parent 3c78c9c080e937788c16ab8432b1b54a5b88fbaa misc. template clean (hide RSS link, remove extra whitespace from calendar source diff -r 3c78c9c080e9 -r 0521cf830eb9 templates/channel.tmpl --- a/templates/channel.tmpl Tue Feb 10 22:59:17 2009 +0200 +++ b/templates/channel.tmpl Tue Feb 10 22:59:52 2009 +0200 @@ -41,8 +41,9 @@ - -
  • [RSS]
  • + 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