From b3392663e19aa2517316ea6984381f0b424b8c5b Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 11 Aug 2007 22:45:57 +0000 Subject: web commit by NicolasLimare: rssfeed date patch correction --- ...and_updated_time_information_for_the_feeds.mdwn | 27 ++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'doc/bugs/correct_published_and_updated_time_information_for_the_feeds.mdwn') 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 -- cgit v1.2.3