← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~googol/openlp/bug-863376 into lp:openlp

 

> What happens if you add a song with "&" in it?

All critical characters are escaped:
>>> import cgi
>>> cgi.escape(u'aaa < bbb > ccc & ddd')
u'aaa &lt; bbb &gt; ccc &amp; ddd'

-- 
https://code.launchpad.net/~googol/openlp/bug-863376/+merge/78711
Your team OpenLP Core is subscribed to branch lp:openlp.


References