Add http-equiv meta tag for Content-Type

This commit is contained in:
Yorin Anne De Jong 2017-10-23 16:08:40 +02:00
parent 7e4f2fdf71
commit d9bf6f7376
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<!DOCTYPE html>
<title><?php echo $this->t('{login:user_pass_header}'); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="<?php echo SimpleSAML_Module::getModuleURL('themefyrkat/normalize.css'); ?>" type="text/css">
<link rel="stylesheet" href="<?php echo SimpleSAML_Module::getModuleURL('themefyrkat/fyrkat.css'); ?>" type="text/css">
<link rel="stylesheet" href="<?php echo SimpleSAML_Module::getModuleURL('themefyrkat/auth.css'); ?>" type="text/css">