[Plugin: Event Manager] custom attributes adds backslashes
-
I have a custom attribute with the following value defined for an event:
<a href="https://pike-ef.org/fund-raising/fore/">View the Fore! Education event page</a>
If I go into the “edit” menu for the event, without changing anything the value now looks like this (extra backslashes have been added):
<a href=\"https://pike-ef.org/fund-raising/fore/\">View the Fore! Education event page</a>
If I don’t modify anything, but save the event, when I go back to edit it, it now looks like this:
<a href=\\\"https://pike-ef.org/fund-raising/fore/\\\">View the Fore! Education event page</a>
Each time I edit the event (but don’t changing the attribute value) more backslashes are added to the attribute value. Of course, this is breaking the link that attribute contains.
-Bri
- The topic ‘[Plugin: Event Manager] custom attributes adds backslashes’ is closed to new replies.