From: joerg Date: Sun, 21 Dec 2008 00:06:14 +0000 (+0000) Subject: Take out the extra > X-Git-Url: https://git.deb.at/?p=deb%2Fhackedgotchi.git;a=commitdiff_plain;h=7d4912329c16ba9359a4f8d0afad3df2387092c6 Take out the extra > git-svn-id: svn+ssh://svn.debian.org/svn/planet-debian/trunk@1061 c2f067bf-98e0-425f-9c98-e76020cfa380 --- diff --git a/templates/rss10.xml.dj b/templates/rss10.xml.dj index 99726ea..2967ff0 100644 --- a/templates/rss10.xml.dj +++ b/templates/rss10.xml.dj @@ -20,7 +20,7 @@ {% for item in Items %} - {{ item.channel_name }}>{% if item.title %}: {{ item.title_plain }}{% endif %} + {{ item.channel_name }}{% if item.title %}: {{ item.title_plain }}{% endif %} {{ item.link }} {% if item.content %} {{ item.content }} {% endif %} {{ item.date_iso }} diff --git a/templates/rss20.xml.dj b/templates/rss20.xml.dj index 743f2eb..d0c0863 100644 --- a/templates/rss20.xml.dj +++ b/templates/rss20.xml.dj @@ -9,7 +9,7 @@ {% for item in Items %} - {{ item.channel_name }}>{% if item.title %}: {{ item.title_plain }}{% endif %} + {{ item.channel_name }}{% if item.title %}: {{ item.title_plain }}{% endif %} {{ item.id }} {{ item.link }} {% if item.content %} {% if item.channel_face %} <img src="http://planet.debian.org/heads/{{ item.channel_face }}" width="{{ item.channel_facewidth }}" height="{{ item.channel_faceheight }}" alt="" align="right" style="float: right;"> {% endif %} {{ item.content }} {% endif %}