[gimp-web] RSS 1.0 has no version element



commit e2920da7089387a8b5cdc562d3b73f811709fda9
Author: Michael Schumacher <schumaml gmx de>
Date:   Mon Oct 1 23:07:41 2012 +0200

    RSS 1.0 has no version element

 programmatic/rdf.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/programmatic/rdf.py b/programmatic/rdf.py
index 4bbeaad..22e5686 100644
--- a/programmatic/rdf.py
+++ b/programmatic/rdf.py
@@ -68,7 +68,7 @@ class RDF(x_xml.Xml):
   pass
 
 class rss(x_xml.Xml):
-  defaults = { "version" : "1.0" }
+  defaults = { }
   tag = "rss"
 
   class init(x_xml.xml_init):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]