Merge branch 'master' into python3
authorFredrik Tolf <fredrik@dolda2000.com>
Mon, 27 Aug 2012 04:17:30 +0000 (06:17 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Mon, 27 Aug 2012 04:17:30 +0000 (06:17 +0200)
Conflicts:
wrw/sp/xhtml.py

wrw/sp/xhtml.py

index 02e8dd6..a7debe6 100644 (file)
@@ -30,7 +30,7 @@ def head(title=None, css=None):
     return head
 
 class htmlformatter(util.formatter):
-    allowshort = set(["br", "hr", "img", "input"])
+    allowshort = set(["br", "hr", "img", "input", "meta", "link"])
     def element(self, el, **extra):
         if el.name in self.allowshort:
             super(htmlformatter, self).element(el, **extra)