Files
faveo/vendor/htmlpurifier/tests/HTMLPurifier/HTMLT/css-allowed-preserve.htmlt
2016-06-23 11:32:26 +05:30

6 lines
144 B
Plaintext

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