1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-31 03:10:09 +02:00

Mute STRICT errors from CSSTidy and don't run PEARSax3 on PHP 5.3.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
This commit is contained in:
Edward Z. Yang
2010-04-26 18:27:32 -04:00
parent da94d3d6ac
commit c1cbd9e565
2 changed files with 6 additions and 1 deletions

View File

@@ -48,7 +48,9 @@ require_once $simpletest_location . 'remote.php';
// load CSS Tidy
if ($csstidy_location !== false) {
$old = error_reporting(E_ALL);
require $csstidy_location . 'class.csstidy.php';
error_reporting($old);
}
// load PEAR to include path