• Indianrock (7/19/2016)


    Thanks Luis, that worked. I was doing replace all in Notepad++ but not getting the right combinations.

    Easy,

    Quotes(‘&’) should be replaced with single quotes (').

    Double quotes (”) should be replaces with two single quotes ('').

    Dashes (–) should be replaced with minus signs (-).

    4 replaces in total.

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2