This line:
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
causes this error in Firebug:
Error: Bad value X-UA-Compatible for attribute http-equiv on element meta.
Why? How can i fix this?
Btw. I am using HTML 5 doctype, for example:
<!DOCTYPE html>
source share