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 4126ab6 commit f62fc68Copy full SHA for f62fc68
app/code/Magento/PageCache/Model/Observer/ProcessLayoutRenderElement.php
@@ -37,7 +37,7 @@ protected function _wrapEsi(
37
'page_cache/block/esi',
38
[
39
'blocks' => json_encode([$block->getNameInLayout()]),
40
- 'handles' => urlencode(json_encode($layout->getUpdate()->getHandles()))
+ 'handles' => json_encode($layout->getUpdate()->getHandles())
41
]
42
);
43
return sprintf('<esi:include src="%s" />', $url);
0 commit comments