This is related to PHP's horribly awful various magicquotes settings that can be on or off. We catch most of them because we grab 90% of the variables through our own get_input function, but sometimes we reference $_GET or $_POST directly where these tend to pop up. I'll make sure we stripslashes where necessary for 7.0.1. Thanks for the report.