Added meta tag to define charset

bug-1405
Bernhard Fröhlich 9 years ago
parent 6605a64dca
commit fe93d7eacf

@ -3,6 +3,7 @@
<head>
<title>CATS maintenance</title>
<link rel="stylesheet" type="text/css" href="design/design.css" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="keywords" content="CATS, CAcert Assurer Testing System, CAcert, CAcert Automated Testing System, CAcert.org" />
</head>
<body>

@ -45,6 +45,7 @@ $languagecode = empty($_SESSION['profile']['language']) ? "en" : strtolower($_SE
<head>
<?php getTitle(); ?>
<link rel="stylesheet" type="text/css" href="design/design.css" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="keywords" content="CATS, CAcert Assurer Testing System, CAcert, CAcert Automated Testing System, CAcert.org" />
</head>
<body>

Loading…
Cancel
Save