Set UTF-8 encoding

This commit is contained in:
2015-06-28 16:17:29 +02:00
parent 956e0a53ee
commit 18cb6b8917

View File

@@ -1,9 +1,11 @@
<?php
header('X-UA-Compatible: IE=edge');
include_once "code/errorHandler.php";
header("Content-Type: text/html; charset=utf-8");
header("X-UA-Compatible: IE=edge'");
?><!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Scans</title>
<link href="style.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="script.js"></script>