fixed spelling

This commit is contained in:
Andreas Preikschat 2011-04-29 16:36:29 +02:00
parent 640815ada3
commit 0f51c47d9e
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ class Renderer(object):
styled_text = styled_line
html_text += line + line_end
while html_text.endswith(u'<br>'):
tml_text = html_text[:-4]
html_text = html_text[:-4]
formatted.append(html_text)
log.debug(u'_paginate_slide - End')
return formatted