Force Edge rendering mode on MSIE
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user