From: Vladimír Vondruš Date: Sun, 5 May 2019 12:13:57 +0000 (+0200) Subject: m.htmlsanity: doc++ X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=7c3878db67b1f9a58468d3288e643d4bb8044ebc;p=blog.git m.htmlsanity: doc++ --- diff --git a/plugins/m/htmlsanity.py b/plugins/m/htmlsanity.py index dccdf868..c5b3728b 100644 --- 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
around. Not useful. def visit_field_body(self, node): pass