Skip to content

Commit ba677f3

Browse files
committed
MC-3852: Update Background Image Implementation on Tabs
- Resolve issue with escaped HTML in master format
1 parent 3ce51a4 commit ba677f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/Plugin/Filter/TemplatePlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function ($errorNumber, $errorString) {
7373
// Match the contents of the body from our generated document
7474
preg_match(
7575
'/<body id="' . $wrapperElementId . '">(.+)<\/body><\/html>$/si',
76-
mb_convert_encoding($domDocument->saveHTML(), 'UTF-8', 'HTML-ENTITIES'),
76+
$domDocument->saveHTML(),
7777
$matches
7878
);
7979

0 commit comments

Comments
 (0)