Skip to content

Commit b52d52d

Browse files
author
Oleksandr Karpenko
committed
Merge remote-tracking branch 'origin/MAGETWO-44304' into BUGS
2 parents 90a8ead + 4696a9b commit b52d52d

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/View/Template/Html

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/View/Template/Html/Minifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function minify($file)
117117
'</',
118118
preg_replace(
119119
'#((?:<\?php\s+(?!echo|print|if|elseif|else)[^\?]*)\?>)\s+#',
120-
'$1',
120+
'$1 ',
121121
preg_replace(
122122
'#(?<!' . implode('|', $this->inlineHtmlTags) . ')\> \<#',
123123
'><',

0 commit comments

Comments
 (0)