forked from openlp/openlp
fix for theme editing
This commit is contained in:
parent
c9b7b55a87
commit
9a40b27672
@ -271,6 +271,8 @@ class Renderer(object):
|
||||
else:
|
||||
# Clean up line endings.
|
||||
pages = self._paginate_slide(text.split(u'\n'), line_end)
|
||||
else:
|
||||
pages = self._paginate_slide(text.split(u'\n'), line_end)
|
||||
new_pages = []
|
||||
for page in pages:
|
||||
while page.endswith(u'<br>'):
|
||||
|
Loading…
Reference in New Issue
Block a user