forked from openlp/openlp
- fixed ticket 299
http://support.openlp.org/issues/299 bzr-revno: 1778
This commit is contained in:
commit
dd7af54411
@ -258,7 +258,7 @@ class EasiSlidesImport(SongImport):
|
||||
verses[reg][vt][vn] = {}
|
||||
if not verses[reg][vt][vn].has_key(inst):
|
||||
verses[reg][vt][vn][inst] = []
|
||||
words = self.tidy_text(line)
|
||||
words = self.tidyText(line)
|
||||
verses[reg][vt][vn][inst].append(words)
|
||||
# done parsing
|
||||
|
||||
|
@ -194,7 +194,7 @@ class SofImport(OooImport):
|
||||
into line
|
||||
"""
|
||||
text = textportion.getString()
|
||||
text = self.tidy_text(text)
|
||||
text = self.tidyText(text)
|
||||
if text.strip() == u'':
|
||||
return text
|
||||
if textportion.CharWeight == BOLD:
|
||||
|
Loading…
Reference in New Issue
Block a user