Closed GoogleCodeExporter closed 8 years ago
I thought it already did. We're not filtering it on the template level:
http://code.google.com/p/drydock/source/browse/branches/drydock-june11-SQLITE-TE
ST-
BUILD/tpl/drydock-image/staticpage.tpl#20
We're not filtering it out in admin.php:
http://code.google.com/p/drydock/source/browse/branches/drydock-june11-SQLITE-TE
ST-
BUILD/admin.php#1111
We might be escaping it with $this->clean by accident:
http://code.google.com/p/drydock/source/browse/branches/drydock-june11-SQLITE-TE
ST-
BUILD/dbi/MySQL-mod.php#997
But yeah, it's supposed to be able to handle HTML, or at least how I envisioned
it
when I wrote it.
Original comment by all.sta...@gmail.com
on 31 Aug 2009 at 4:32
I'll mess with it, but it's not working that way right now. I've got a bunch
of other things i should commit and
then package as a beta
Original comment by TaQS...@gmail.com
on 31 Aug 2009 at 6:33
I changed it to escape_string and it seems to save correctly now. We should
standardize all of this stuff in 032
Original comment by TaQS...@gmail.com
on 1 Sep 2009 at 4:50
Original issue reported on code.google.com by
TaQS...@gmail.com
on 31 Aug 2009 at 6:21