diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/rssitem.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/rssitem.tmpl b/templates/rssitem.tmpl index 272b340bb..831daa871 100644 --- a/templates/rssitem.tmpl +++ b/templates/rssitem.tmpl @@ -6,9 +6,9 @@ <title><TMPL_VAR TITLE></title> </TMPL_IF> <TMPL_IF GUID> - <guid isPermaLink="no"><TMPL_VAR GUID></guid> + <guid isPermaLink="false"><TMPL_VAR GUID></guid> <TMPL_ELSE> - <guid isPermaLink="no"><TMPL_VAR URL></guid> + <guid isPermaLink="false"><TMPL_VAR URL></guid> </TMPL_IF> <link><TMPL_VAR PERMALINK></link> <TMPL_IF CATEGORIES> |