aboutsummaryrefslogtreecommitdiff
path: root/templates/atomitem.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-19 04:42:30 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-19 04:42:30 +0000
commit8bfcca5b47c412b8f60c12d68302fb8b2f0a2354 (patch)
tree4f3484dc56ba3cff6cbcc3dae72578120eff617a /templates/atomitem.tmpl
parent644ba425c8c56d5dbc6d4074e89f65e2624898e5 (diff)
downloadikiwiki-8bfcca5b47c412b8f60c12d68302fb8b2f0a2354.tar
ikiwiki-8bfcca5b47c412b8f60c12d68302fb8b2f0a2354.tar.gz
* Patch to fix validaton of atom feeds by fixing the category tags.
Diffstat (limited to 'templates/atomitem.tmpl')
-rw-r--r--templates/atomitem.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/atomitem.tmpl b/templates/atomitem.tmpl
index 9dfcb1b32..bdbfe69c7 100644
--- a/templates/atomitem.tmpl
+++ b/templates/atomitem.tmpl
@@ -8,7 +8,7 @@
<link href="<TMPL_VAR PERMALINK>"/>
<TMPL_IF NAME="CATEGORIES">
<TMPL_LOOP NAME="CATEGORIES">
- <category><TMPL_VAR CATEGORY></category>
+ <category term="<TMPL_VAR CATEGORY>" />
</TMPL_LOOP>
</TMPL_IF>
<updated><TMPL_VAR DATE_3339></updated>