Fix errors in Content namespace

This commit is contained in:
Art4 2024-12-01 22:53:53 +00:00
parent f628c540a4
commit fb3a3ea7e6
8 changed files with 17 additions and 26 deletions

View file

@ -966,7 +966,7 @@ class HTML
$text = $HTMLPurifier->purify($text);
/** @var \HTMLPurifier_ErrorCollector $errorCollector */
///** @var \HTMLPurifier_ErrorCollector $errorCollector */
// Uncomment to debug HTML Purifier behavior
//$errorCollector = $HTMLPurifier->context->get('ErrorCollector');
//var_dump($errorCollector->getRaw());