forked from openlp/openlp
parent
6aca4600b7
commit
39537f9ef7
@ -775,6 +775,7 @@ class BibleMediaItem(MediaManagerItem):
|
|||||||
# We have to be 'Continuous'.
|
# We have to be 'Continuous'.
|
||||||
else:
|
else:
|
||||||
bible_text = u'%s %s %s\n' % (bible_text, verse_text, text)
|
bible_text = u'%s %s %s\n' % (bible_text, verse_text, text)
|
||||||
|
bible_text = bible_text.strip(u' ')
|
||||||
if not old_item:
|
if not old_item:
|
||||||
start_item = bitem
|
start_item = bitem
|
||||||
elif self.checkTitle(bitem, old_item):
|
elif self.checkTitle(bitem, old_item):
|
||||||
|
Loading…
Reference in New Issue
Block a user