rssitem.tmpl: include comments URL (HTML only)

master
Simon McVittie 2008-12-21 17:16:24 +00:00
parent 3feebe31b6
commit 9e5f504e1a
1 changed files with 3 additions and 0 deletions

View File

@ -23,4 +23,7 @@
<TMPL_ELSE>
<description><TMPL_VAR CONTENT ESCAPE=HTML></description>
</TMPL_IF>
<TMPL_IF NAME="COMMENTSURL">
<comments><TMPL_VAR NAME="COMMENTSURL"></comments>
</TMPL_IF>
</item>