All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Replace apostrophe with Low Replace

Vicki 27 Jun 2012 14:40 question, complete

I posted on the EE forums about this yesterday because there was a relevant thread, but I thought it might be more appropriate to ask you this question directly.

For some reason entities are showing up in my title tags rather than the characters. Your plugin has a value for QUOTE which is great, but I haven't been able to figure out what to use in the replace parameter for ’

Can you help?

Replies

  1. Low 27 Jun 2012 20:34

    You could try this, including the actual curly quite:

    {exp:low_replace find="’" replace"’"}...{/exp:low_replace}

  2. Vicki 27 Jun 2012 21:17

    I had tried it with a straight quote and it returns nothing: we're becomes were, so I just tried it by copying your curly quote into the code but I get the same result: we're becomes were.

  3. Low 27 Jun 2012 21:25

    Sorry, there's a = missing in the above example. Try this:

    {exp:low_replace find="’" replace="’"}...{/exp:low_replace}

  4. Vicki 27 Jun 2012 21:46

    Thumping head against wall. . . It was my missing = all along! Geesh, I guess I have been putting in too many hours. Thanks so much, it's working now.