[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:
parent
7049e4780e
commit
1b3af98305
3 changed files with 10 additions and 5 deletions
|
@ -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.'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue