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 3c23add commit e43fce2Copy full SHA for e43fce2
lib/internal/Magento/Framework/View/Template/Html/Minifier.php
@@ -122,8 +122,8 @@ public function minify($file)
122
'#(?<!' . implode('|', $this->inlineHtmlTags) . ')\> \<#',
123
'><',
124
preg_replace(
125
- '#(?ix)(?>[^\S ]\s*|\s{2,})(?=(?:(?:[^<]++|<(?!/?(?:textarea|pre|script|style)\b))*+)'
126
- . '(?:<(?>textarea|pre|script|style)\b|\z))#',
+ '#(?ix)(?>[^\S ]\s*|\s{2,})(?=(?:(?:[^<]++|<(?!/?(?:textarea|pre|script)\b))*+)'
+ . '(?:<(?>textarea|pre|script)\b|\z))#',
127
' ',
128
129
'#(?<!:|\\\\)//(?!\s*\<\!\[)(?!\s*]]\>)[^\n\r]*#',
0 commit comments