sipb-www
/
ikiwiki.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
web commit by KarlMW: my utf-8 screw-up apology, asciidoc plugin
[ikiwiki.git]
/
templates
/
rssitem.tmpl
diff --git
a/templates/rssitem.tmpl
b/templates/rssitem.tmpl
index bfd38ec3154fb53ccb87126c6a334082b4ee7086..0fab42e710ba3689668fbc4f49e2fcbe192195c0 100644
(file)
--- a/
templates/rssitem.tmpl
+++ b/
templates/rssitem.tmpl
@@
-13,5
+13,9
@@
</TMPL_LOOP>
</TMPL_IF>
<pubDate><TMPL_VAR DATE_822></pubDate>
</TMPL_LOOP>
</TMPL_IF>
<pubDate><TMPL_VAR DATE_822></pubDate>
+ <TMPL_IF NAME="ENCLOSURE">
+ <enclosure url="<TMPL_VAR ENCLOSURE>" type="<TMPL_VAR TYPE>" length="<TMPL_VAR LENGTH>" />
+ <TMPL_ELSE>
<description><![CDATA[<TMPL_VAR CONTENT>]]></description>
<description><![CDATA[<TMPL_VAR CONTENT>]]></description>
+ </TMPL_IF>
</item>
</item>