Comment 1 for bug 1621273

Revision history for this message
Phill (phill-ridout) wrote :

Could not reproduce the first traceback, but it looks like the line in question has been modified since this report.

I can confirm the second traceback.

http://bazaar.launchpad.net/~openlp-core/openlp/trunk/view/head:/openlp/plugins/songs/lib/openlyricsxml.py#L461

in trunk:
    text = text.replace('{{{tag}}}'.format(tag=tag), '</tag>')

should be:
    text = text.replace('{{/{tag}}}'.format(tag=tag), '</tag>')

anybody feel free to have this as a freebie (im not in a position to fix it myself!)