最新服务器上的版本,以后用这个
wangzhenxin
2023-04-15 2207d6edafedcc82cc75840124b26e4b31df9dfc
1
2
3
4
5
6
7
8
9
10
11
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