Hi!
After upgrading from 2.1.1 to 2.1.3, I get a problem when editing templates. I have a RSVP template where I use (among other things) [eme_if] to display different texts based on, for example, if you are already registered or not. This works fine for me:
[eme_if tag='#_IS_REGISTERED' value='1']
But if I edit the template in 2.1.3 all the quotation marks are “escaped”, so the line above reads:
[eme_if tag=\'#_IS_REGISTERED\' value=\'1\']
This of course breaks the functionality of the [eme_if] in the template. If I edit it again (without changing anything) I get more backslashes, and it keeps increasing every time I save the template.
It works fine on 2.1.1.
/Anders