[pod] Bugfix in function 'pod'; added new method 'pageBreak' allowing to insert a page break via a note 'do xxx from pageBreak()'

This commit is contained in:
Gaetan Delannay 2013-05-31 15:23:28 +02:00
parent 7049e4780e
commit 1b3af98305
3 changed files with 10 additions and 5 deletions

View file

@ -1151,7 +1151,7 @@ class ToolMixin(BaseMixin):
textMessage = format_exception(tb[0], tb[1], tb[2], as_html=0)
textMessage = ''.join(textMessage).strip()
self.log(textMessage, type='error')
return '<div class="error" align="center">%s</div>' % htmlMessage
return '<div class="error">%s</div>' % htmlMessage
def getMainPages(self):
'''Returns the main pages.'''