Force Edge rendering mode on MSIE

This commit is contained in:
2015-06-28 13:07:47 +02:00
parent ed153bb8db
commit 6eef695f1b

View File

@@ -1,4 +1,7 @@
<!DOCTYPE html>
<?php
header('X-UA-Compatible: IE=edge');
include_once "code/errorHandler.php";
?><!DOCTYPE html>
<html>
<head>
<title>Scans</title>
@@ -7,7 +10,6 @@
<body>
<h1>Scans</h1>
<?php
include_once "code/errorHandler.php";
include_once "code/main.php";
?>
</body>