You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
275 B
12 lines
275 B
4 years ago
|
CSS.AllowDuplicates
|
||
|
TYPE: bool
|
||
|
DEFAULT: false
|
||
|
VERSION: 4.8.0
|
||
|
--DESCRIPTION--
|
||
|
<p>
|
||
|
By default, HTML Purifier removes duplicate CSS properties,
|
||
|
like <code>color:red; color:blue</code>. If this is set to
|
||
|
true, duplicate properties are allowed.
|
||
|
</p>
|
||
|
--# vim: et sw=4 sts=4
|