1
0
mirror of synced 2025-02-17 11:08:35 +01:00

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:
King'ori Maina 2018-02-03 07:27:52 +02:00
parent 6d9b6d8259
commit 5ddcc108ce
No known key found for this signature in database
GPG Key ID: 04398F1A6E1D9B22

View File

@ -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">