22
22
description = ('Generates (X)HTML documents from standalone reStructuredText '
23
23
'sources. ' + default_description)
31
def starttag(self, node, tagname, suffix='\n', empty=0, **attributes):
32
x = html4css1.HTMLTranslator.starttag(self, node, tagname, suffix,