Set default Charset

This commit is contained in:
majestick
2013-07-22 22:26:36 +02:00
parent d13be16a79
commit b74ad34404

View File

@@ -36,6 +36,7 @@ function printHeader($withmenu="default") {
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<head> <head>
<meta charset="utf-8">
<title>PHPki: <?php echo $title?> </title> <title>PHPki: <?php echo $title?> </title>
<link rel="stylesheet" type="text/css" href="<?php echo $style_css?>"> <link rel="stylesheet" type="text/css" href="<?php echo $style_css?>">
<script type="text/javascript" language="javascript"> <script type="text/javascript" language="javascript">