Option "No brackets" didn't work anymore - fixed

This commit is contained in:
Oliver Wieland 2013-08-10 16:51:01 +02:00
parent 77a4b0986a
commit 6bebf6a407
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2.2.2-bzr2285
2.1.0-bzr2234

View File

@ -953,7 +953,7 @@ class BibleMediaItem(MediaManagerItem):
return u'{su}{%s}{/su}' % verse_text
elif self.settings.display_style == DisplayStyle.Square:
return u'{su}[%s]{/su}' % verse_text
else:
elif self.settings.display_style == DisplayStyle.NoDisplay:
return u''
return u'{su}%s{/su}' % verse_text