You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
dean-r
added a commit
to dean-r/vsc_html5_boilerplate
that referenced
this issue
Nov 20, 2020
🐞 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
The text was updated successfully, but these errors were encountered: