Skip to content

Commit fa85d1a

Browse files
committed
PB-290: Image Content Type Fails to Render in Admin Through Block/Dynamic Block
- fix static test failure
1 parent d074c1c commit fa85d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/Model/Filter/Template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function filter(string $result) : string
9494
// restore any encoded directives
9595
$docHtml = preg_replace_callback(
9696
'/=\"(%7B%7B[^"]*%7D%7D)\"/m',
97-
function($matches) {
97+
function ($matches) {
9898
return urldecode($matches[0]);
9999
},
100100
$docHtml

0 commit comments

Comments
 (0)