removed wrong line

This commit is contained in:
Andreas Preikschat 2011-08-28 18:59:09 +02:00
parent 2acd1ae2ad
commit bc1f2d2977
1 changed files with 0 additions and 1 deletions

View File

@ -254,7 +254,6 @@ class Renderer(object):
# we have to render the first virtual slide.
if u'[---]' in text:
html_text, text = text.split(u'\n[---]\n', 1)
html_text = html_text.replace(u'\n', u'<br>')
else:
html_text = text
text = u''