templates/channel_date.tmpl
changeset 65 8b50694f841e
parent 56 69494e4a5ecc
child 69 1f182913b1f2
--- a/templates/channel_date.tmpl	Mon Feb 09 11:05:53 2009 +0200
+++ b/templates/channel_date.tmpl	Mon Feb 09 11:46:17 2009 +0200
@@ -3,7 +3,7 @@
 <div id="title">${channel.title} :: Logs for ${h.fmt_date(date)}</div>
 
 % for line in lines :
-${line}\
+${line}
 % endfor