diff --git a/src/MicroweberPackages/App/Utils/lib/phpQuery.php b/src/MicroweberPackages/App/Utils/lib/phpQuery.php index 82273344459..7beadef0dd4 100644 --- a/src/MicroweberPackages/App/Utils/lib/phpQuery.php +++ b/src/MicroweberPackages/App/Utils/lib/phpQuery.php @@ -297,7 +297,7 @@ protected function documentCreate($charset, $version = '1.0') $this->document = new DOMDocument($version, $charset); $this->charset = $this->document->encoding; // $this->document->encoding = $charset; - $this->document->formatOutput = true; + $this->document->formatOutput = false; $this->document->preserveWhiteSpace = true; }