From 20eff0a3a07b2bbb6d42e4867293b119508b2f08 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Thu, 21 Feb 2013 14:08:36 -0800 Subject: [PATCH] Fix NEWS entry. Signed-off-by: Edward Z. Yang --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 2b2f0e66..7fff16ce 100644 --- a/NEWS +++ b/NEWS @@ -20,10 +20,10 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier ! Permit underscores in font families ! Support for page-break-* CSS3 properties when proprietary properties 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 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. - Fix bug with nofollow transform when pre-existing rel exists. - Fix bug where background:url() always gets lower-cased -- 2.11.4.GIT