From 7c3878db67b1f9a58468d3288e643d4bb8044ebc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 5 May 2019 14:13:57 +0200 Subject: [PATCH] m.htmlsanity: doc++ --- plugins/m/htmlsanity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2