Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-mw committed Nov 29, 2022
1 parent 20fe859 commit 13991ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MicroweberPackages/App/Utils/lib/phpQuery.php
Expand Up @@ -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;
}

Expand Down

0 comments on commit 13991ce

Please sign in to comment.