forked from openlp/openlp
Fix blank line
This commit is contained in:
parent
c9d69c55cd
commit
b081c20128
@ -438,6 +438,7 @@ class Renderer(object):
|
||||
Split the slide up by physical line
|
||||
"""
|
||||
# this parse we do not want to use this so remove it
|
||||
text = text.replace(u'\n[---]', u'')
|
||||
lines = text.split(u'\n')
|
||||
real_lines = []
|
||||
for line in lines:
|
||||
|
Loading…
Reference in New Issue
Block a user