summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2006-10-05 13:58:21 +0000
committerSteve Dibb <beandog@gentoo.org>2006-10-05 13:58:21 +0000
commitaeb49365ce6edad26a9b2d04c09ab11874a681d2 (patch)
treeb68ae66bbf6106edd46a0ebee61a07fbe25e0698 /templates/rss20.xml.tmpl
parentupdate sebastian (diff)
downloadplanet-aeb49365ce6edad26a9b2d04c09ab11874a681d2.tar.gz
planet-aeb49365ce6edad26a9b2d04c09ab11874a681d2.tar.bz2
planet-aeb49365ce6edad26a9b2d04c09ab11874a681d2.zip
fix guid bug
Diffstat (limited to 'templates/rss20.xml.tmpl')
-rw-r--r--templates/rss20.xml.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/rss20.xml.tmpl b/templates/rss20.xml.tmpl
index f0deacb..edc390b 100644
--- a/templates/rss20.xml.tmpl
+++ b/templates/rss20.xml.tmpl
@@ -10,7 +10,7 @@
<TMPL_LOOP Items>
<item>
<title><TMPL_VAR channel_name><TMPL_IF title>: <TMPL_VAR title ESCAPE="HTML"></TMPL_IF></title>
- <guid><TMPL_VAR id ESCAPE="HTML"></guid>
+ <guid isPermaLink="false"><TMPL_VAR id ESCAPE="HTML"></guid>
<link><TMPL_VAR link ESCAPE="HTML"></link>
<TMPL_IF content>
<description><TMPL_IF channel_face>&lt;img src=&quot;http://planet.gentoo.org/images/<TMPL_VAR channel_face ESCAPE="HTML">&quot; width=&quot;<TMPL_VAR channel_facewidth>&quot; height=&quot;<TMPL_VAR channel_faceheight>&quot; alt=&quot;&quot; align=&quot;right&quot; style=&quot;float: right;&quot;&gt;</TMPL_IF><TMPL_VAR content ESCAPE="HTML"></description>