• Resolved travelvice

    (@travelvice)


    Glancing through the forum posts and surprised I didn’t see it previously addressed:

    I attempted to insert an image tag into the custom HTML field:
    <img src="http://i.example.com/email_15x11.png" alt="" />

    On settings page save, that tag is then displayed like this (note single quotes):
    <img src='http://i.example.com/email_15x11.png' alt='' />

    and the HTML displayed on the post page is broken because of the escape characters:
    <img src=\'http://i.example.com/email_15x11.png\' alt=\'\' />

    Thoughts?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Custom HTML quotes problem (PHP escape characters)’ is closed to new replies.