forked from server/landingpage
Change encoding to the one used in the database
This commit is contained in:
parent
ce48547a9d
commit
f8bfcc8ec4
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user