I need to place an apostrophe in text within the php block.
When I use the ' character, IE users see the coded value and not the ' as intended. It is shown properly in firefox.
When I use the \' , I recieve a php parse error. I am able to get past the parse error by doing \\'
However each time I open the block for edit the leading \ is stripped.
Is there something I am missing or is there an issue with the parse stripping the "\".
I am able to work around it for now, as I am the only one editing these blocks, but I don't want to be that person forever
If any additional information is needed, please let me know.