Revert "Change encoding to the one used in the database"

This reverts commit f8bfcc8ec4efe169cdbd37ad979129b2c35aa505.
This commit is contained in:
Martin Müller 2017-07-03 16:57:46 +02:00
parent 96f2e7f5a6
commit a93eded7a1

View File

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