mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 00:31:28 +00:00
update HTMLPurifier; enable embedded flash video in articles
This commit is contained in:
2
lib/htmlpurifier/library/HTMLPurifier/ChildDef/Required.php
Executable file → Normal file
2
lib/htmlpurifier/library/HTMLPurifier/ChildDef/Required.php
Executable file → Normal file
@@ -59,7 +59,7 @@ class HTMLPurifier_ChildDef_Required extends HTMLPurifier_ChildDef
|
||||
$all_whitespace = true;
|
||||
|
||||
// some configuration
|
||||
$escape_invalid_children = $config->get('Core', 'EscapeInvalidChildren');
|
||||
$escape_invalid_children = $config->get('Core.EscapeInvalidChildren');
|
||||
|
||||
// generator
|
||||
$gen = new HTMLPurifier_Generator($config, $context);
|
||||
|
||||
Reference in New Issue
Block a user