aboutsummaryrefslogtreecommitdiff
path: root/templates/rsspage.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-26 17:36:46 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-26 17:36:46 +0000
commit38ce4c3cef71518610cb934fde171e2d4aeff99e (patch)
tree5671c2cd337f44f872b5d14f4588ef69c29d8407 /templates/rsspage.tmpl
parentd214af5cfb19956920784b266f5050a28d4c0fa4 (diff)
downloadikiwiki-38ce4c3cef71518610cb934fde171e2d4aeff99e.tar
ikiwiki-38ce4c3cef71518610cb934fde171e2d4aeff99e.tar.gz
* Patch from James Westby to allow a description to be set for rss feeds.
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 d78f94edf..4ec143903 100644
--- a/templates/rsspage.tmpl
+++ b/templates/rsspage.tmpl
@@ -4,7 +4,7 @@
<channel>
<title><TMPL_VAR TITLE ESCAPE=HTML></title>
<link><TMPL_VAR PAGEURL></link>
-<description><TMPL_VAR WIKINAME ESCAPE=HTML></description>
+<description><TMPL_VAR RSSDESC ESCAPE=HTML></description>
<TMPL_VAR CONTENT>
</channel>
</rss>