X-Git-Url: http://dolda2000.com/gitweb/?p=wrw.git;a=blobdiff_plain;f=wrw%2Fsp%2Fxhtml.py;h=928dcd9ab46db41d88d3810a257adec64aeb0495;hp=abf4b965e83ac9e44139b7b6940dc9db3e3553cb;hb=d11a27e202a7c7a4698778e5f30bbe2c9f9a56fe;hpb=7be9e8bb560cd4e969992759bbcb523b40e544af diff --git a/wrw/sp/xhtml.py b/wrw/sp/xhtml.py index abf4b96..928dcd9 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([u"br", u"hr", u"img", u"input"]) + allowshort = set([u"br", u"hr", u"img", u"input", u"meta", u"link"]) def element(self, el, **extra): if el.name in self.allowshort: super(htmlformatter, self).element(el, **extra)