This commit is contained in:
Tim Bentley 2011-11-02 20:09:06 +00:00
parent 3d316a802b
commit 0304057e00
1 changed files with 0 additions and 1 deletions

View File

@ -229,7 +229,6 @@ class Renderer(object):
# Songs and Custom # Songs and Custom
elif item.is_capable(ItemCapabilities.CanSoftBreak): elif item.is_capable(ItemCapabilities.CanSoftBreak):
pages = [] pages = []
#
if u'[---]' in text: if u'[---]' in text:
while True: while True:
slides = text.split(u'\n[---]\n', 2) slides = text.split(u'\n[---]\n', 2)