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> <html>
<head> <head>
<title>Scans</title> <title>Scans</title>
@@ -7,7 +10,6 @@
<body> <body>
<h1>Scans</h1> <h1>Scans</h1>
<?php <?php
include_once "code/errorHandler.php";
include_once "code/main.php"; include_once "code/main.php";
?> ?>
</body> </body>