aboutsummaryrefslogtreecommitdiff
path: root/templates/rsspage.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-23 21:17:57 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-23 21:17:57 +0000
commit801a6d61b9abbbcd6052f838f2e099015c12d10b (patch)
tree86d999fc990cd6ace694e863ed67be91864f8df8 /templates/rsspage.tmpl
parentca366fc9025197a5d32034a446dc35b776101d78 (diff)
downloadikiwiki-801a6d61b9abbbcd6052f838f2e099015c12d10b.tar
ikiwiki-801a6d61b9abbbcd6052f838f2e099015c12d10b.tar.gz
improve description field for rss
Diffstat (limited to 'templates/rsspage.tmpl')
-rw-r--r--templates/rsspage.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/rsspage.tmpl b/templates/rsspage.tmpl
index cbfeb5471..4fe15d491 100644
--- a/templates/rsspage.tmpl
+++ b/templates/rsspage.tmpl
@@ -3,7 +3,7 @@
<channel>
<title><TMPL_VAR TITLE ESCAPE=HTML></title>
<link><TMPL_VAR PAGEURL></link>
- <description><TMPL_VAR TITLE ESCAPE=HTML></description>
+ <description><TMPL_VAR WIKINAME ESCAPE=HTML></description>
<TMPL_LOOP NAME="ITEMS">
<item>
<title><TMPL_VAR ITEMTITLE ESCAPE=HTML></title>