X-Git-Url: http://dolda2000.com/gitweb/?p=wrw.git;a=blobdiff_plain;f=wrw%2Fsp%2Fxhtml.py;h=eb82f5736c6948e2eb1961c33177f13054b661ca;hp=73872b45b1641727d97967bfee731e7e504a7e67;hb=cb66c33fdb75345266af29fc4063bf833100cca5;hpb=2dc07f29089cd00d484e15a87e7eaa00e8c33f2f diff --git a/wrw/sp/xhtml.py b/wrw/sp/xhtml.py index 73872b4..eb82f57 100644 --- a/wrw/sp/xhtml.py +++ b/wrw/sp/xhtml.py @@ -43,8 +43,8 @@ class htmlformatter(util.formatter): if el.name in self.allowshort: super().shorttag(el) else: - self.starttag(el) - self.endtag(el) + self.handle(">", el) + self.handle("<", el) class htmlindenter(util.textindenter, htmlformatter): pass