chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
818fd6c
)
m.htmlsanity: doc++
author
Vladimír Vondruš
<mosra@centrum.cz>
Sun, 5 May 2019 12:13:57 +0000
(14:13 +0200)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Tue, 21 May 2019 12:42:12 +0000
(14:42 +0200)
plugins/m/htmlsanity.py
patch
|
blob
|
history
diff --git
a/plugins/m/htmlsanity.py
b/plugins/m/htmlsanity.py
index dccdf86898cc594b2006593e5f37b0f5eae9b9ef..c5b3728b39447baffd5703e947fabbe7c6a96e98 100644
(file)
--- a/
plugins/m/htmlsanity.py
+++ b/
plugins/m/htmlsanity.py
@@
-659,7
+659,7
@@
class _SaneFieldBodyTranslator(SaneHtmlTranslator):
def astext(self):
return ''.join(self.body)
- #
Not sure why this is here
+ #
If this wouldn't be here, the output would have <dd> around. Not useful.
def visit_field_body(self, node):
pass