]> git.deb.at Git - deb/hackedgotchi.git/commitdiff
Take out the extra >
authorjoerg <joerg@c2f067bf-98e0-425f-9c98-e76020cfa380>
Sun, 21 Dec 2008 00:06:14 +0000 (00:06 +0000)
committerjoerg <joerg@c2f067bf-98e0-425f-9c98-e76020cfa380>
Sun, 21 Dec 2008 00:06:14 +0000 (00:06 +0000)
git-svn-id: svn+ssh://svn.debian.org/svn/planet-debian/trunk@1061 c2f067bf-98e0-425f-9c98-e76020cfa380

templates/rss10.xml.dj
templates/rss20.xml.dj

index 99726ea4a09311adc44fbe01e1622189ace8cf28..2967ff095914ece19367356090962b470043b40e 100644 (file)
@@ -20,7 +20,7 @@
 
 {% for item in Items %}
 <item rdf:about="{{ item.id }}">
 
 {% for item in Items %}
 <item rdf:about="{{ item.id }}">
-       <title>{{ item.channel_name }}>{% if item.title %}: {{ item.title_plain }}{% endif %}</title>
+       <title>{{ item.channel_name }}{% if item.title %}: {{ item.title_plain }}{% endif %}</title>
        <link>{{ item.link }}</link>
     {% if item.content %} <content:encoded>{{ item.content }}</content:encoded> {% endif %}
        <dc:date>{{ item.date_iso }}</dc:date>
        <link>{{ item.link }}</link>
     {% if item.content %} <content:encoded>{{ item.content }}</content:encoded> {% endif %}
        <dc:date>{{ item.date_iso }}</dc:date>
index 743f2eb368d2fd1dacc4f00ae4c2916f0ba30b82..d0c086397dd17ae04a414ecf8d927f6178c6dfa3 100644 (file)
@@ -9,7 +9,7 @@
 
 {% for item in Items %}
 <item>
 
 {% 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 %}
        <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 %}