diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-26 17:36:46 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-26 17:36:46 +0000 |
commit | 38ce4c3cef71518610cb934fde171e2d4aeff99e (patch) | |
tree | 5671c2cd337f44f872b5d14f4588ef69c29d8407 /templates | |
parent | d214af5cfb19956920784b266f5050a28d4c0fa4 (diff) | |
download | ikiwiki-38ce4c3cef71518610cb934fde171e2d4aeff99e.tar ikiwiki-38ce4c3cef71518610cb934fde171e2d4aeff99e.tar.gz |
* Patch from James Westby to allow a description to be set for rss feeds.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/rsspage.tmpl | 2 |
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> |