From 8bfcca5b47c412b8f60c12d68302fb8b2f0a2354 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 19 Feb 2007 04:42:30 +0000 Subject: * Patch to fix validaton of atom feeds by fixing the category tags. --- doc/patchqueue/atom-category-fix.mdwn | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 doc/patchqueue/atom-category-fix.mdwn (limited to 'doc/patchqueue') diff --git a/doc/patchqueue/atom-category-fix.mdwn b/doc/patchqueue/atom-category-fix.mdwn deleted file mode 100644 index 199f769f8..000000000 --- a/doc/patchqueue/atom-category-fix.mdwn +++ /dev/null @@ -1,15 +0,0 @@ -The Atom feed fails validation at http://feedvalidator.org/ because the `` tags are syntactically incorrect ([spec](http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.category)). With this patch it validates. - - Index: templates/atomitem.tmpl - =================================================================== - --- templates/atomitem.tmpl (revision 2640) - +++ templates/atomitem.tmpl (working copy) - @@ -8,7 +8,7 @@ - - - - - - + - - - \ No newline at end of file -- cgit v1.2.3