]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/atomitem.tmpl
change limit (old page no longer exists)
[ikiwiki.git] / templates / atomitem.tmpl
index 00551929615bd5c366df0fd567b5e1f06c2f04b5..bdbfe69c7d9034db3570ee1ce73d196e6e18e910 100644 (file)
@@ -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>
@@ -17,7 +17,7 @@
        <TMPL_ELSE>
        <content type="xhtml" xml:lang="en">
         <div xmlns="http://www.w3.org/1999/xhtml">
-        ![CDATA[<TMPL_VAR CONTENT>]]
+        <TMPL_VAR CONTENT>
         </div>
        </content>
        </TMPL_IF>