projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4128e8
)
use false for isPermalink, not no
author
Joey Hess
<joey@kitenet.net>
Fri, 29 Jul 2011 10:59:41 +0000
(12:59 +0200)
committer
Joey Hess
<joey@kitenet.net>
Fri, 29 Jul 2011 10:59:41 +0000
(12:59 +0200)
feedvalidator says this is true/false not yes/no
templates/rssitem.tmpl
patch
|
blob
|
history
diff --git
a/templates/rssitem.tmpl
b/templates/rssitem.tmpl
index 272b340bbdf144373ecd3a484e92bbbeb369cd55..831daa871d11369b7b5c532014fbfab2b478c550 100644
(file)
--- 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>