diff options
author | 2007-07-19 16:19:44 +0000 | |
---|---|---|
committer | 2007-07-19 16:19:44 +0000 | |
commit | e6e5ab69a8ccf2ff51888760faf5ded080a7179e (patch) | |
tree | 5171108616ef0a3f25a31da5fb762f92711e2810 /templates | |
parent | put username in title (diff) | |
download | planet-e6e5ab69a8ccf2ff51888760faf5ded080a7179e.tar.gz planet-e6e5ab69a8ccf2ff51888760faf5ded080a7179e.tar.bz2 planet-e6e5ab69a8ccf2ff51888760faf5ded080a7179e.zip |
remove the annoying feature
Diffstat (limited to 'templates')
-rw-r--r-- | templates/rss20.xml.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/rss20.xml.tmpl b/templates/rss20.xml.tmpl index b6daf34..3f4a72b 100644 --- a/templates/rss20.xml.tmpl +++ b/templates/rss20.xml.tmpl @@ -9,7 +9,7 @@ <TMPL_LOOP Items> <item> - <title><TMPL_VAR channel_name> (<TMPL_VAR channel_username>)<TMPL_IF title>: <TMPL_VAR title ESCAPE="HTML"></TMPL_IF></title> + <title><TMPL_VAR channel_name> <TMPL_IF title>: <TMPL_VAR title ESCAPE="HTML"></TMPL_IF></title> <guid isPermaLink="false"><TMPL_VAR id ESCAPE="HTML"></guid> <link><TMPL_VAR link ESCAPE="HTML"></link> <TMPL_IF content> |