Skip to content

Commit d6a7d54

Browse files
author
Roman Ganin
committed
MAGETWO-35068: Filter isn't working in Order Total Report
- CR changes
1 parent 3f9eaff commit d6a7d54

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
@@ -116,7 +116,7 @@ public function minify($file)
116116
'#(?<!]]>)\s+</#',
117117
'</',
118118
preg_replace(
119-
'#((?:<\?php\s+(?!echo|if|elseif|print)[^\?]*)\?>)\s+#',
119+
'#((?:<\?php\s+(?!echo|if|else|elseif|print)[^\?]*)\?>)\s+#',
120120
'$1',
121121
preg_replace(
122122
'#(?<!' . implode('|', $this->inlineHtmlTags) . ')\> \<#',

0 commit comments

Comments
 (0)