More on magic quotes (mq)... It seems GS stores the page title and content in XML files in a different way depending on that setting.
If I create a page with this title (and content):
The XML file contains (enclosed between <![CDATA[ and ]]>)
- GS 3.0 with mq off:
- GS 3.0 with mq on:
- GS 3.1 beta with mq off:
- GS 3.1 beta with mq on:
(in the last one, the backslash is not displayed in frontend, and if page is saved again... it disappears)
EDIT: these tests are wrong, did them with a local server that isnt handling magic quotes as expected. Sorry.
If I create a page with this title (and content):
Code:
doublequote:" - backslash:\
The XML file contains (enclosed between <![CDATA[ and ]]>)
- GS 3.0 with mq off:
Code:
doublequote:" - backslash:\\
Code:
doublequote:\" - backslash:\\
- GS 3.1 beta with mq off:
Code:
doublequote:" - backslash:\\
Code:
doublequote:" - backslash:\
(in the last one, the backslash is not displayed in frontend, and if page is saved again... it disappears)
EDIT: these tests are wrong, did them with a local server that isnt handling magic quotes as expected. Sorry.