Hi, I am using a $get function to get a variable from the URL as my page subtitle. It works fine except if the variable has an apostrophe in it. Then the title has a backslash in front of the apostrophe (probably to escape that apostrophe). Not sure how to remove that back slash only in the page title , not the url variable.
I've tried htmlentities, urlencode, rawurlencode, urldecode, rawurldecode.
Any help would be appreciated.
thank you