Merge pull request #60 from jtojnar/patch-1

readability: stop tidy from wrapping noscript text
pull/61/head
Jérémy Benoist 5 years ago committed by GitHub
commit 6c917794a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/Readability.php

@ -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' => '????',

Loading…
Cancel
Save