X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=wrw%2Fsp%2Fxhtml.py;fp=wrw%2Fsp%2Fxhtml.py;h=a7debe62f07968c9b9b8c8259816c4d096bef25a;hb=3e91bb195838a6c561358a44f654f41f46e9c95f;hp=02e8dd666ed2656730c85688a6a3c007b6aa54e0;hpb=0d1857825b3d370a9249436f162300cc4862006c;p=wrw.git diff --git a/wrw/sp/xhtml.py b/wrw/sp/xhtml.py index 02e8dd6..a7debe6 100644 --- a/wrw/sp/xhtml.py +++ b/wrw/sp/xhtml.py @@ -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)