forked from openlp/openlp
This commit is contained in:
parent
f222c3d583
commit
674260eadb
@ -422,7 +422,8 @@ class FoilPresenter(object):
|
|||||||
VerseType.Tags[VerseType.PreChorus]: 1
|
VerseType.Tags[VerseType.PreChorus]: 1
|
||||||
}
|
}
|
||||||
for strophe in foilpresenterfolie.strophen.strophe:
|
for strophe in foilpresenterfolie.strophen.strophe:
|
||||||
text = self._child(strophe.text_)
|
text = self._child(strophe.text_) if hasattr(strophe, u'text_') \
|
||||||
|
else u''
|
||||||
verse_name = self._child(strophe.key)
|
verse_name = self._child(strophe.key)
|
||||||
children = strophe.getchildren()
|
children = strophe.getchildren()
|
||||||
sortnr = False
|
sortnr = False
|
||||||
|
Loading…
Reference in New Issue
Block a user