sirgeordie
Member
Posted 1 year ago #
I don't know if this has been answered elsewhere - I can't find anything when I search that seems relevant - but when I post content using the forms if I enter an apostrophe it is displayed as follows:
Don't = don/'t
Is there any way to stop this happening?
Are you sure it's "dont/'t" and not "dont\'t"? If it was the second option, this boils down to "magic quotes" in PHP.
sirgeordie
Member
Posted 1 year ago #
You're right, I'm an idiot. I'll have a look into this magic quotes thing - any pointers?
There seems to have been a problem with magic quotes in my plugin : see http://thedeadone.net/forum/?p=1211#comment-2915 - it will be fixed in the next release
weiserma
Member
Posted 4 months ago #
Was this fixed? I think I'm running the latest version and see the escaped single quote.
I fixed the problem, but then I find I may not have fixed it for AJAX mode. Are you using AJAX or the normal mode for the form?