We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2a533 commit 6565f36Copy full SHA for 6565f36
app/code/Magento/PageBuilder/Model/Stage/HtmlFilter.php
@@ -41,6 +41,7 @@ public function __construct(
41
public function filterHtml(string $content): string
42
{
43
$dom = new \DOMDocument('1.0', 'UTF-8');
44
+ $previous = '';
45
try {
46
//this code is required because of https://bugs.php.net/bug.php?id=60021
47
$previous = libxml_use_internal_errors(true);
0 commit comments