This commit is contained in:
Ken Roberts 2016-08-05 12:57:25 -07:00
parent 2f7a1ab456
commit 61b591f555
1 changed files with 0 additions and 4 deletions

View File

@ -643,11 +643,7 @@ class OpenLyrics(object):
# Append text from tail and add formatting end tag.
# TODO: Verify format() with template variables
if element.tag == NSMAP % 'tag' and use_endtag:
<<<<<<< TREE
text += '{{/{name}}}'.format(name=element.get('name'))
=======
text += '{{{name}}}'.format(name=element.get('name'))
>>>>>>> MERGE-SOURCE
# Append text from tail.
if element.tail:
text += element.tail