Added meta tag to define charset

This commit is contained in:
Bernhard Fröhlich 2015-09-03 00:19:47 +02:00
parent 6605a64dca
commit fe93d7eacf
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
<head> <head>
<title>CATS maintenance</title> <title>CATS maintenance</title>
<link rel="stylesheet" type="text/css" href="design/design.css" /> <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" /> <meta name="keywords" content="CATS, CAcert Assurer Testing System, CAcert, CAcert Automated Testing System, CAcert.org" />
</head> </head>
<body> <body>

View file

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