Change encoding to the one used in the database

This commit is contained in:
Müller 2017-07-03 14:23:52 +00:00
parent ce48547a9d
commit f8bfcc8ec4

View File

@ -5,7 +5,7 @@ ini_set('date.timezone', 'Europe/Berlin');
<html>
<head>
<title>Mitglieder der Fachschaft <?php echo $fachschaft; ?> </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>