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 d074c1c commit fa85d1aCopy full SHA for fa85d1a
app/code/Magento/PageBuilder/Model/Filter/Template.php
@@ -94,7 +94,7 @@ public function filter(string $result) : string
94
// restore any encoded directives
95
$docHtml = preg_replace_callback(
96
'/=\"(%7B%7B[^"]*%7D%7D)\"/m',
97
- function($matches) {
+ function ($matches) {
98
return urldecode($matches[0]);
99
},
100
$docHtml
0 commit comments