Lowercase attr values for x-ua-compatible meta tag
Change made in order to be more consistent with the overall use of lowercase in `index.html`. From https://msdn.microsoft.com/en-us/library/jj676915.aspx: "The X-UA-Compatible header isn't case sensitive; however, it must appear in the header of the webpage (the HEAD section) before all other elements except for the title element and other meta elements." Source: https://github.com/h5bp/html5-boilerplate/issues/1656
This commit is contained in:
parent
6d9b6d8259
commit
5ddcc108ce
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<title>Minimal by Steve Smith</title>
|
||||
|
||||
<link rel="stylesheet" href="stylesheets/styles.css">
|
||||
|
Loading…
x
Reference in New Issue
Block a user