projects
/
cworth.org
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3cb6ca
)
Add a couple more type="html" attributes to elements in the atom items
author
Carl Worth
<cworth@cworth.org>
Wed, 30 May 2007 13:23:48 +0000
(06:23 -0700)
committer
Carl Worth
<cworth@cworth.org>
Wed, 30 May 2007 13:23:48 +0000
(06:23 -0700)
templates/atomitem.tmpl
patch
|
blob
|
history
diff --git
a/templates/atomitem.tmpl
b/templates/atomitem.tmpl
index bdbfe69c7d9034db3570ee1ce73d196e6e18e910..654aa2ac10915ce1d6c15264e5210e3452a90a18 100644
(file)
--- a/
templates/atomitem.tmpl
+++ b/
templates/atomitem.tmpl
@@
-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>