forked from openlp/openlp
Strip trailing whitespaces from verse-string.
This commit is contained in:
parent
f712b35b08
commit
05043edb6d
@ -107,5 +107,5 @@ class WorshipCenterProImport(SongImport):
|
||||
marker_type = 'v'
|
||||
# Strip tags from text
|
||||
verse = re.sub('<[^<]+?>', '', verse)
|
||||
self.add_verse(verse, marker_type)
|
||||
self.add_verse(verse.strip(), marker_type)
|
||||
self.finish()
|
||||
|
Loading…
Reference in New Issue
Block a user