diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-10-22 18:51:10 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-10-22 18:51:10 +0200 |
commit | 325ea5ddb22022016d057ba54501844e16642f8b (patch) | |
tree | 1784e31db8ce11d54266d8f9023d5ffebfc63b61 /rssitem.tmpl | |
parent | 3e2f923e92cf5757631a0ed28223a68d38e71f6f (diff) | |
parent | 5a2106a2510b0bb38880db90eded65695ffd8674 (diff) |
Merge branch 'master' into scsscs
Diffstat (limited to 'rssitem.tmpl')
-rw-r--r-- | rssitem.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rssitem.tmpl b/rssitem.tmpl index a64a4eb..272b340 100644 --- a/rssitem.tmpl +++ b/rssitem.tmpl @@ -8,7 +8,7 @@ <TMPL_IF GUID> <guid isPermaLink="no"><TMPL_VAR GUID></guid> <TMPL_ELSE> - <guid><TMPL_VAR URL></guid> + <guid isPermaLink="no"><TMPL_VAR URL></guid> </TMPL_IF> <link><TMPL_VAR PERMALINK></link> <TMPL_IF CATEGORIES> |