vsc_html5_boilerplate
vsc_html5_boilerplate copied to clipboard
Nested comment in "if gt"
🐞 Bug Report
✍️ Description
There is a nested comment in line 5 of the code that causes a validation error:
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
Should be:
<!--[if gt IE 8]> <html class="no-js"> <![endif]-->
(without the extra spacing)
🕵🏼♂️ Is this a regression?
🔬 Minimal Reproduction
🌍 Your Environment
🔥 Exception or Error or Screenshot