From: Fredrik Tolf Date: Fri, 16 Nov 2012 00:45:40 +0000 (+0100) Subject: Merge branch 'master' into python3 X-Git-Url: http://dolda2000.com/gitweb/?a=commitdiff_plain;h=22fcd0a7a5074ee0ae7651c4f0da13bb54cf0e5b;hp=825ac8f0cafe69dfb61c127556ef50f0f92e6168;p=wrw.git Merge branch 'master' into python3 --- diff --git a/wrw/sp/util.py b/wrw/sp/util.py index ba75cac..df3e6ab 100644 --- a/wrw/sp/util.py +++ b/wrw/sp/util.py @@ -98,7 +98,7 @@ class formatter(object): def endtag(self, el): self.write('') - def longtag(self, el): + def longtag(self, el, **extra): self.starttag(el, **extra) for ch in el.children: self.node(ch)