Do not format output to avoid breaking apps

It'll require to jump to 2.0.0 and I think it's to soon
pull/7/head v1.0.6
Jeremy Benoist 11 years ago
parent d01eb2ac1e
commit 2b5af601d5
  1. 1
      src/Readability.php

@ -198,7 +198,6 @@ class Readability
$this->dom = new \DOMDocument();
$this->dom->preserveWhiteSpace = false;
$this->dom->formatOutput = true;
if (PHP_VERSION_ID >= 50400) {
$this->dom->loadHTML($html, LIBXML_NOBLANKS | LIBXML_COMPACT | LIBXML_NOERROR);

Loading…
Cancel
Save