diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-29 12:59:41 +0200 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-29 12:59:41 +0200 |
commit | f78c1b6a6cd2d0b736afd44dacfd8c1848a061b2 (patch) | |
tree | 87db6d7cf2a6de49c8cf985b87461beb5799aa21 /templates | |
parent | d4128e899528c972262efc043eb89ebb34c068bd (diff) | |
download | ikiwiki-f78c1b6a6cd2d0b736afd44dacfd8c1848a061b2.tar ikiwiki-f78c1b6a6cd2d0b736afd44dacfd8c1848a061b2.tar.gz |
use false for isPermalink, not no
feedvalidator says this is true/false not yes/no
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> |