mirror of
https://github.com/friendica/friendica
synced 2025-05-10 20:24:10 +02:00
Fix errors in Content namespace
This commit is contained in:
parent
f628c540a4
commit
fb3a3ea7e6
8 changed files with 17 additions and 26 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue