]> git.cworth.org Git - cworth.org/blobdiff - templates/atomitem.tmpl
Add a couple more type="html" attributes to elements in the atom items
[cworth.org] / templates / atomitem.tmpl
index bdbfe69c7d9034db3570ee1ce73d196e6e18e910..654aa2ac10915ce1d6c15264e5210e3452a90a18 100644 (file)
@@ -1,7 +1,7 @@
 <entry>
-       <title><TMPL_VAR TITLE ESCAPE=HTML></title>
+       <title type="html"><TMPL_VAR TITLE ESCAPE=HTML></title>
        <TMPL_IF NAME="AUTHOR">
-       <author><TMPL_VAR AUTHOR ESCAPE=HTML></author>
+       <author type="html"><TMPL_VAR AUTHOR ESCAPE=HTML></author>
        <TMPL_ELSE>
        </TMPL_IF>
        <id><TMPL_VAR URL></id>