mirror of
https://github.com/j0k3r/php-readability.git
synced 2026-09-27 06:26:17 +00:00
Merge pull request #60 from jtojnar/patch-1
readability: stop tidy from wrapping noscript text
This commit is contained in:
@@ -116,7 +116,6 @@ class Readability implements LoggerAwareInterface
|
|||||||
'drop-empty-paras' => true,
|
'drop-empty-paras' => true,
|
||||||
'drop-proprietary-attributes' => false,
|
'drop-proprietary-attributes' => false,
|
||||||
'enclose-text' => true,
|
'enclose-text' => true,
|
||||||
'enclose-block-text' => true,
|
|
||||||
'merge-divs' => true,
|
'merge-divs' => true,
|
||||||
// 'merge-spans' => true,
|
// 'merge-spans' => true,
|
||||||
'input-encoding' => '????',
|
'input-encoding' => '????',
|
||||||
|
|||||||
Reference in New Issue
Block a user