terminate headings

This commit is contained in:
Elan Ruusamäe 2012-09-16 19:44:11 +02:00
parent 1ecfee3e50
commit 51aedb19c3

View file

@ -169,7 +169,7 @@ class Formatter(FormatterBase):
if on:
return u'%s ' % (u'=' * heading_depth)
else:
return u' %s' % (u'=' * heading_depth)
return u' %s\n' % (u'=' * heading_depth)
def table(self, on, attrs={}, **kw):
if on: