Ensure IE uses standards mode even with poor intranet settings

This commit is contained in:
Jordi Boggiano
2012-01-15 18:03:14 +01:00
parent 569c88ee1e
commit d5f1c61a60
+1
View File
@@ -71,6 +71,7 @@ if (isset($_POST['code'])) {
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Debug Console</title> <title>Debug Console</title>
<link rel="stylesheet" type="text/css" href="styles.css" /> <link rel="stylesheet" type="text/css" href="styles.css" />
<script type="text/javascript" src="jquery-1.7.1.min.js"></script> <script type="text/javascript" src="jquery-1.7.1.min.js"></script>