templates/channel_view.tmpl
changeset 56 69494e4a5ecc
parent 50 f13cf27a360b
child 69 1f182913b1f2
--- a/templates/channel_view.tmpl	Mon Feb 09 05:44:29 2009 +0200
+++ b/templates/channel_view.tmpl	Mon Feb 09 06:04:27 2009 +0200
@@ -1,6 +1,6 @@
 <%inherit file="channel.tmpl" />
 
-<h1>${channel.title} &raquo; Last ${count} lines</h1>
+<div id="title">${channel.title} :: Last ${count} lines</div>
 
 % for line in lines :
 ${line}