Change X-UA-Compatible from <meta> tag to HTTP header
authorMatthew Flaschen <mflaschen@wikimedia.org>
Mon, 21 Apr 2014 22:46:56 +0000 (18:46 -0400)
committerMattflaschen <mflaschen@wikimedia.org>
Wed, 30 Apr 2014 03:44:04 +0000 (03:44 +0000)
commit44287314f83748e5e9e4ccebb1696e118d51c6fd
tree3be319577bd746589b74f066c4dba9132a690360
parenta5ee223cde679dece81f9c038e9fb43ddd937410
Change X-UA-Compatible from <meta> tag to HTTP header

Derk-Jan Hartman suggested this to remove a HTML validation error.  As he
noted, the HTTP header is also more effective, since it works on
intranets, and is not sensitive to ordering issues within the <head>.

See http://stackoverflow.com/questions/6156639 .

Bug: 62885
Change-Id: I2214abcb1badbbaca48427a31d1218c9db9a6af7
includes/OutputPage.php