• Resolved the_lar

    (@the_lar)


    Hi,

    Just strugging escaping HTML encoded text in the autocomplete drop down, I am used to blade templates where instead of {{ }} you’d use {!! !!} – doesn’t seem to work here though.

    As you can see above, double quotes are being html encoded as is the &.

    I’ve tried {!! data._highlightResult.post_title.value !!} and {% data._highlightResult.post_title.value %} but neither seem to do the trick.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Escaping HTML encoded text in autocomplete template?’ is closed to new replies.