Dolda2000 GitWeb
/
wrw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
0d18578
d11a27e
)
Merge branch 'master' into python3
author
Fredrik Tolf
<fredrik@dolda2000.com>
Mon, 27 Aug 2012 04:17:30 +0000
(06:17 +0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Mon, 27 Aug 2012 04:17:30 +0000
(06:17 +0200)
Conflicts:
wrw/sp/xhtml.py
1
2
wrw/sp/xhtml.py
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
wrw/sp/xhtml.py
index
02e8dd6
,
928dcd9
..
a7debe6
---
1
/
wrw/sp/xhtml.py
---
2
/
wrw/sp/xhtml.py
+++ b/
wrw/sp/xhtml.py
@@@
-30,7
-30,7
+30,7
@@@
def head(title=None, css=None)
return head
class htmlformatter(util.formatter):
- allowshort = set(["br", "hr", "img", "input"])
- allowshort = set([u"br", u"hr", u"img", u"input", u"meta", u"link"])
++ 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)