[BUGFIX] @charset must be lowercase in CSS
CSS files must comply to http://www.w3.org/TR/CSS21/syndata.html#charset which requires @charset to be "the 10 characters '@charset "' (lowercase, no backslash escapes)". Also the CSS compressor looks for the lowercase version. Change-Id: I71436dfd4a74da8ee5592e6755565d96d160d1fe Fixes: #32163 Releases: 4.7, 4.6, 4.5, 4.4 Reviewed-on: http://review.typo3.org/6979 Reviewed-by: Jan Tested-by: Jan Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Simon Schaufelberger Tested-by: Simon Schaufelberger Reviewed-by: Oliver Klee Reviewed-by: Georg Ringer Tested-by: Georg Ringer
Showing
- typo3/stylesheets/install/install.css 1 addition, 1 deletiontypo3/stylesheets/install/install.css
- typo3/sysext/form/Resources/Public/CSS/Confirmation.css 1 addition, 1 deletiontypo3/sysext/form/Resources/Public/CSS/Confirmation.css
- typo3/sysext/form/Resources/Public/CSS/Form.css 1 addition, 1 deletiontypo3/sysext/form/Resources/Public/CSS/Form.css
- typo3/sysext/form/Resources/Public/CSS/Wizard/Form.css 1 addition, 1 deletiontypo3/sysext/form/Resources/Public/CSS/Wizard/Form.css
- typo3/sysext/form/Resources/Public/CSS/Wizard/Wizard.css 1 addition, 1 deletiontypo3/sysext/form/Resources/Public/CSS/Wizard/Wizard.css
- typo3/sysext/install/Resources/Public/Stylesheets/general.css 1 addition, 1 deletion...3/sysext/install/Resources/Public/Stylesheets/general.css
- typo3/sysext/install/Resources/Public/Stylesheets/ie7.css 1 addition, 1 deletiontypo3/sysext/install/Resources/Public/Stylesheets/ie7.css
- typo3/sysext/install/Resources/Public/Stylesheets/install.css 1 addition, 1 deletion...3/sysext/install/Resources/Public/Stylesheets/install.css
- typo3/sysext/install/Resources/Public/Stylesheets/install_123.css 1 addition, 1 deletion...sext/install/Resources/Public/Stylesheets/install_123.css
- typo3/sysext/install/Resources/Public/Stylesheets/install_login.css 1 addition, 1 deletion...xt/install/Resources/Public/Stylesheets/install_login.css
- typo3/sysext/install/Resources/Public/Stylesheets/reset.css 1 addition, 1 deletiontypo3/sysext/install/Resources/Public/Stylesheets/reset.css
Please register or sign in to comment