forked from openlp/openlp
removed wrong line
This commit is contained in:
parent
2acd1ae2ad
commit
bc1f2d2977
@ -254,7 +254,6 @@ class Renderer(object):
|
|||||||
# we have to render the first virtual slide.
|
# we have to render the first virtual slide.
|
||||||
if u'[---]' in text:
|
if u'[---]' in text:
|
||||||
html_text, text = text.split(u'\n[---]\n', 1)
|
html_text, text = text.split(u'\n[---]\n', 1)
|
||||||
html_text = html_text.replace(u'\n', u'<br>')
|
|
||||||
else:
|
else:
|
||||||
html_text = text
|
html_text = text
|
||||||
text = u''
|
text = u''
|
||||||
|
Loading…
Reference in New Issue
Block a user