Selaa lähdekoodia

Force standards mode on IE

JC Brand 11 vuotta sitten
vanhempi
commit
429d77e44f
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      index.html

+ 2 - 1
index.html

@@ -2,7 +2,8 @@
 <html>
 <head>
     <meta charset='utf-8' />
-    <meta http-equiv="X-UA-Compatible" content="chrome=1" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta name="description" content="Converse.js: Open Source Browser-Based Instant Messaging" />
     <link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
     <link rel="stylesheet" type="text/css" media="screen" href="converse.css">