]> git.deb.at Git - deb/hackedgotchi.git/blobdiff - templates/rss20.xml.dj
the weasel moved. restless weasel
[deb/hackedgotchi.git] / templates / rss20.xml.dj
index 743f2eb368d2fd1dacc4f00ae4c2916f0ba30b82..d0c086397dd17ae04a414ecf8d927f6178c6dfa3 100644 (file)
@@ -9,7 +9,7 @@
 
 {% for item in Items %}
 <item>
-       <title>{{ item.channel_name }}>{% if item.title %}: {{ item.title_plain }}{% endif %}</title>
+       <title>{{ item.channel_name }}{% if item.title %}: {{ item.title_plain }}{% endif %}</title>
        <guid>{{ item.id }}</guid>
        <link>{{ item.link }}</link>
     {% if item.content %} <description> {% if item.channel_face %} &lt;img src=&quot;http://planet.debian.org/heads/{{ item.channel_face }}&quot; width=&quot;{{ item.channel_facewidth }}&quot; height=&quot;{{ item.channel_faceheight }}&quot; alt=&quot;&quot; align=&quot;right&quot; style=&quot;float: right;&quot;&gt; {% endif %} {{ item.content }} </description> {% endif %}