- Fixed Bible verse display misalignment(Bug #788770)

bzr-revno: 1579
Fixes: https://launchpad.net/bugs/788770
This commit is contained in:
Andreas Preikschat 2011-05-27 07:06:09 +02:00
commit 52894b5a78
1 changed files with 1 additions and 0 deletions

View File

@ -775,6 +775,7 @@ class BibleMediaItem(MediaManagerItem):
# We have to be 'Continuous'.
else:
bible_text = u'%s %s %s\n' % (bible_text, verse_text, text)
bible_text = bible_text.strip(u' ')
if not old_item:
start_item = bitem
elif self.checkTitle(bitem, old_item):