forked from openlp/openlp
'formatVerse' now returns an empty string instead of '{su}{/su}'
This commit is contained in:
parent
57bab85464
commit
77a4b0986a
@ -1 +1 @@
|
||||
2.1.0-bzr2234
|
||||
2.2.2-bzr2285
|
||||
|
@ -954,7 +954,7 @@ class BibleMediaItem(MediaManagerItem):
|
||||
elif self.settings.display_style == DisplayStyle.Square:
|
||||
return u'{su}[%s]{/su}' % verse_text
|
||||
else:
|
||||
return u'{su}{/su}'
|
||||
return u''
|
||||
return u'{su}%s{/su}' % verse_text
|
||||
|
||||
def search(self, string, showError):
|
||||
|
Loading…
Reference in New Issue
Block a user