first error
Closed this issue · 2 comments
aisayo commented
Hi,
for the first error
`Error: A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.
From line 7, column 1; to line 7, column 63
"utf-8"/>↩↩<meta`
it looks like removing the chrome=1 fixes the validation per this discussion https://stackoverflow.com/questions/28108614/why-does-http-equiv-x-ua-compatible-content-ie-edge-chrome-1-is-not-validate
khusnetdinov commented
OleksSobol commented
I fixed that. Thank you!