Warning, /webapps/ocs-apiserver/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowDuplicates.txt is written in an unsupported language. File is not indexed.

0001 CSS.AllowDuplicates
0002 TYPE: bool
0003 DEFAULT: false
0004 VERSION: 4.8.0
0005 --DESCRIPTION--
0006 <p>
0007   By default, HTML Purifier removes duplicate CSS properties,
0008   like <code>color:red; color:blue</code>.  If this is set to
0009   true, duplicate properties are allowed.
0010 </p>
0011 --# vim: et sw=4 sts=4