From: Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> Date: Thu, 21 Feb 2013 06:39:31 +0000 (-0500) Subject: Don't prepend author to title (Atom doesn't). X-Git-Tag: 3.20130904~88^2~19^2 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/e9f9a63739cb79196ea0c231f09ab844f0665145?ds=inline;hp=-c Don't prepend author to title (Atom doesn't). --- e9f9a63739cb79196ea0c231f09ab844f0665145 diff --git a/templates/rssitem.tmpl b/templates/rssitem.tmpl index 2d315173b..9acefb5d3 100644 --- a/templates/rssitem.tmpl +++ b/templates/rssitem.tmpl @@ -1,16 +1,14 @@ <item> -<TMPL_IF AUTHOR> - <title><TMPL_VAR AUTHOR ESCAPE=HTML>: <TMPL_VAR TITLE></title> - <dcterms:creator><TMPL_VAR AUTHOR ESCAPE=HTML></dcterms:creator> -<TMPL_ELSE> <title><TMPL_VAR TITLE></title> -</TMPL_IF> <TMPL_IF GUID> <guid isPermaLink="false"><TMPL_VAR GUID></guid> <TMPL_ELSE> <guid isPermaLink="false"><TMPL_VAR URL></guid> </TMPL_IF> <link><TMPL_VAR PERMALINK></link> +<TMPL_IF AUTHOR> + <dcterms:creator><TMPL_VAR AUTHOR ESCAPE=HTML></dcterms:creator> +</TMPL_IF> <TMPL_IF CATEGORIES> <TMPL_LOOP CATEGORIES> <category><TMPL_VAR CATEGORY></category>