Skip to content
Snippets Groups Projects
Commit 4696a9b4 authored by Andriy Nasinnyk's avatar Andriy Nasinnyk
Browse files

MAGETWO-44304: Product grid is broken on Storefront Category page if HTML...

MAGETWO-44304: Product grid is broken on Storefront Category page if HTML files minification is enabled
parent 0efa2bc8
Branches
No related merge requests found
......@@ -117,7 +117,7 @@ class Minifier implements MinifierInterface
'</',
preg_replace(
'#((?:<\?php\s+(?!echo|print|if|elseif|else)[^\?]*)\?>)\s+#',
'$1',
'$1 ',
preg_replace(
'#(?<!' . implode('|', $this->inlineHtmlTags) . ')\> \<#',
'><',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment