forked from openlp/openlp
Fix a formatting error
This commit is contained in:
parent
0c2b68ac54
commit
d92d46e06c
@ -643,7 +643,7 @@ class OpenLyrics(object):
|
|||||||
# Append text from tail and add formatting end tag.
|
# Append text from tail and add formatting end tag.
|
||||||
# TODO: Verify format() with template variables
|
# TODO: Verify format() with template variables
|
||||||
if element.tag == NSMAP % 'tag' and use_endtag:
|
if element.tag == NSMAP % 'tag' and use_endtag:
|
||||||
text += '{/{name}}}'.format(name=element.get('name'))
|
text += '{{{name}}}'.format(name=element.get('name'))
|
||||||
# Append text from tail.
|
# Append text from tail.
|
||||||
if element.tail:
|
if element.tail:
|
||||||
text += element.tail
|
text += element.tail
|
||||||
|
Loading…
Reference in New Issue
Block a user