rhymix/classes/security/htmlpurifier/tests/HTMLPurifier/HTMLT/css-allowed-preserve.htmlt
2012-04-20 07:34:00 +00:00

5 lines
144 B
Text

--INI--
CSS.AllowedProperties = color,background-color
--HTML--
<div style="color:#f00;background-color:#ded;">red</div>
--# vim: et sw=4 sts=4