diff --git a/src/Document.php b/src/Document.php index 3d650ee3..8c4cf636 100644 --- a/src/Document.php +++ b/src/Document.php @@ -63,7 +63,6 @@ protected function getRootDocument():DOMDocument { } public function __toString() { - $this->formatOutput = true; return $this->saveHTML(); }