chiark / gitweb /
m.htmlsanity: doc++
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 5 May 2019 12:13:57 +0000 (14:13 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Tue, 21 May 2019 12:42:12 +0000 (14:42 +0200)
plugins/m/htmlsanity.py

index dccdf86898cc594b2006593e5f37b0f5eae9b9ef..c5b3728b39447baffd5703e947fabbe7c6a96e98 100644 (file)
@@ -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