Missed one!

This commit is contained in:
Tim Bentley 2011-01-15 12:14:24 +00:00
parent e33628e049
commit 4027e4eed7
1 changed files with 1 additions and 1 deletions

View File

@ -716,7 +716,7 @@ class BibleMediaItem(MediaManagerItem):
second_copyright, second_permissions)
if footer not in raw_footer:
raw_footer.append(footer)
bible_text = u'%s %s\n\n%s%s' % (verse_text, text,
bible_text = u'%s %s\n\n%s %s' % (verse_text, text,
verse_text, second_text)
raw_slides.append(bible_text.rstrip())
bible_text = u''