Skip to content

Commit

Permalink
Don't format output on page render (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b authored Aug 15, 2019
1 parent 6dd0876 commit 4df60cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Document.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ protected function getRootDocument():DOMDocument {
}

public function __toString() {
$this->formatOutput = true;
return $this->saveHTML();
}

Expand Down

0 comments on commit 4df60cd

Please sign in to comment.