Fix blank line

This commit is contained in:
Tim Bentley 2011-04-27 20:44:21 +01:00
parent c9d69c55cd
commit b081c20128
1 changed files with 1 additions and 0 deletions

View File

@ -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: