Index: assets/tmpl/include/header.html
===================================================================
--- assets/tmpl/include/header.html (revision 1049)
+++ assets/tmpl/include/header.html (working copy)
@@ -52,3 +52,4 @@
+[% USE URIEncode %]
Index: assets/tmpl/recent.html
===================================================================
--- assets/tmpl/recent.html (revision 1049)
+++ assets/tmpl/recent.html (working copy)
@@ -3,7 +3,7 @@
[% FOR channel IN target_channels %]
[% FOR line IN channel_recent.item(channel) %]
Index: assets/tmpl/topics.html
===================================================================
--- assets/tmpl/topics.html (revision 1049)
+++ assets/tmpl/topics.html (working copy)
@@ -1,7 +1,7 @@
[% INCLUDE 'include/header.html' %]
[% FOR canon_channel IN channel_name.keys.sort %]
- [% channel_name.item(canon_channel) | html %]
+ [% channel_name.item(canon_channel) | html %]
[% channel_topic.item(canon_channel) %]
[% END %]
Index: assets/tmpl/keyword.html
===================================================================
--- assets/tmpl/keyword.html (revision 1049)
+++ assets/tmpl/keyword.html (working copy)
@@ -6,7 +6,7 @@
keyword
[% FOR row IN rows %]
- [% render_line(row) %]([% row.channel | html %])
+ [% render_line(row) %]([% row.channel | html %])
[% END %]
Index: assets/tmpl/index.html
===================================================================
--- assets/tmpl/index.html (revision 1049)
+++ assets/tmpl/index.html (working copy)
@@ -22,7 +22,7 @@
[% accesskey %]
[% END %]
-
+
[%- ELSE %]
[% SWITCH mobile_agent.carrier %]
@@ -36,13 +36,13 @@
*
[% END %]
-
+
[%- END -%]
[% compact_channel_name(channel) %]
[% IF unread_lines.item(canon_channel) %]
- [% unread_lines.item(canon_channel) %]
+ [% unread_lines.item(canon_channel) %]
[% END %]
Index: assets/tmpl/show_channel.html
===================================================================
--- assets/tmpl/show_channel.html (revision 1049)
+++ assets/tmpl/show_channel.html (working copy)
@@ -3,7 +3,7 @@
-