0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-19 10:45:18 +00:00

Fix NEWS entry.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
This commit is contained in:
Edward Z. Yang 2013-02-21 14:08:36 -08:00
parent d516e2f8de
commit 20eff0a3a0

4
NEWS
View File

@ -20,10 +20,10 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
! Permit underscores in font families ! Permit underscores in font families
! Support for page-break-* CSS3 properties when proprietary properties ! Support for page-break-* CSS3 properties when proprietary properties
are enabled. are enabled.
! New directive %Core.EnableExcludes; can be set to 'false' to turn off ! New directive %Core.DisableExcludes; can be set to 'true' to turn off
SGML excludes checking. If HTML Purifier is removing too much text SGML excludes checking. If HTML Purifier is removing too much text
and you don't care about full standards compliance, try setting this to and you don't care about full standards compliance, try setting this to
'false'. 'true'.
- Use prepend for SPL autoloading on PHP 5.3 and later. - Use prepend for SPL autoloading on PHP 5.3 and later.
- Fix bug with nofollow transform when pre-existing rel exists. - Fix bug with nofollow transform when pre-existing rel exists.
- Fix bug where background:url() always gets lower-cased - Fix bug where background:url() always gets lower-cased