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 5d8908c commit b308c33Copy full SHA for b308c33
lib/internal/Magento/Framework/View/Template/Html/Minifier.php
@@ -144,7 +144,7 @@ function ($match) use (&$heredocs) {
144
'#(?<!:|\\\\|\'|"|/)//(?!/)(?!\s*\<\!\[)(?!\s*]]\>)[^\n\r]*#',
145
'',
146
preg_replace(
147
- '#(?<!:|\'|")//[^\n\r]*(\?\>)#',
+ '#(?<!:|\'|")//[^\n\r\<\?]*(\?\>)#',
148
' $1',
149
150
'#(?<!:)//[^\n\r]*(\<\?php)[^\n\r]*(\s\?\>)[^\n\r]*#',
0 commit comments