diff --git a/doc/patchqueue/atom-category-fix.mdwn b/doc/patchqueue/atom-category-fix.mdwn new file mode 100644 index 000000000..ca4dbcc01 --- /dev/null +++ b/doc/patchqueue/atom-category-fix.mdwn @@ -0,0 +1,17 @@ +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