forked from openlp/openlp
spelling
This commit is contained in:
parent
187b71c9dc
commit
158fdd3e63
@ -281,7 +281,7 @@ class OpenLyrics(object):
|
|||||||
tags_element = None
|
tags_element = None
|
||||||
match = re.search('\{/?\w+\}', song.lyrics, re.UNICODE)
|
match = re.search('\{/?\w+\}', song.lyrics, re.UNICODE)
|
||||||
if match:
|
if match:
|
||||||
# Named 'format_' - 'format' is built-in fuction in Python.
|
# Named 'format_' - 'format' is built-in function in Python.
|
||||||
format_ = etree.SubElement(song_xml, 'format')
|
format_ = etree.SubElement(song_xml, 'format')
|
||||||
tags_element = etree.SubElement(format_, 'tags')
|
tags_element = etree.SubElement(format_, 'tags')
|
||||||
tags_element.set('application', 'OpenLP')
|
tags_element.set('application', 'OpenLP')
|
||||||
|
Loading…
Reference in New Issue
Block a user