From: joey Date: Sat, 11 Aug 2007 22:45:57 +0000 (+0000) Subject: web commit by NicolasLimare: rssfeed date patch correction X-Git-Tag: 2.6~176 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/b3392663e19aa2517316ea6984381f0b424b8c5b web commit by NicolasLimare: rssfeed date patch correction --- diff --git a/doc/bugs/correct_published_and_updated_time_information_for_the_feeds.mdwn b/doc/bugs/correct_published_and_updated_time_information_for_the_feeds.mdwn index d28d492c2..645376786 100644 --- a/doc/bugs/correct_published_and_updated_time_information_for_the_feeds.mdwn +++ b/doc/bugs/correct_published_and_updated_time_information_for_the_feeds.mdwn @@ -83,6 +83,29 @@ Index: IkiWiki/Plugin/inline.pm my $template=template($feedtype."page.tmpl", blind_cache => 1); -— NicolasLimare -[[tag patch]] + +>> Yes I noticedthe bug today; the correct (tested on feedvalidator) rssitem.tmpl template must start with the following content: + + + + <TMPL_VAR AUTHOR ESCAPE=HTML>: <TMPL_VAR TITLE> + + + <TMPL_VAR TITLE> + + + + .... + +>> and rsspage.tmpl must start with: + + + + .... + +>> — [[NicolasLimare]] + +[[tag patch]] \ No newline at end of file