I'm certain magic_quotes are off on my system (god, what a terrible idea even having those was, arguably the single worse "feature" in PHP4), but when using a custom HTML block on the home page that contains a quote ('), a backslash is added to the database. This is possibly an issue with addslashes() being applied twice.
The end result is that the block of text
we're just testing.
displays
we\'re just testing.
I can't imagine that dolphin is explicitly turning them on somewhere, but I can't figure out how to just get a quote into the home page. I've even tried it on the demo server, same problem:
http://www.demozzz.com/admindemo/index.php
Tac
