diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-23 21:17:57 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-23 21:17:57 +0000 |
commit | 801a6d61b9abbbcd6052f838f2e099015c12d10b (patch) | |
tree | 86d999fc990cd6ace694e863ed67be91864f8df8 /templates | |
parent | ca366fc9025197a5d32034a446dc35b776101d78 (diff) |
improve description field for rss
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 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> |