Set UTF-8 encoding
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
header('X-UA-Compatible: IE=edge');
|
|
||||||
include_once "code/errorHandler.php";
|
include_once "code/errorHandler.php";
|
||||||
|
header("Content-Type: text/html; charset=utf-8");
|
||||||
|
header("X-UA-Compatible: IE=edge'");
|
||||||
?><!DOCTYPE html>
|
?><!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<title>Scans</title>
|
<title>Scans</title>
|
||||||
<link href="style.css" rel="stylesheet" type="text/css">
|
<link href="style.css" rel="stylesheet" type="text/css">
|
||||||
<script type="text/javascript" src="script.js"></script>
|
<script type="text/javascript" src="script.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user