terminate headings
This commit is contained in:
parent
1ecfee3e50
commit
51aedb19c3
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue