Skip to content
Snippets Groups Projects
Verified Commit 9dbd1bce authored by Manuel Herrmann's avatar Manuel Herrmann
Browse files

admin headers utf8 was missing

parent c37fba95
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,7 @@ abstract class DefaultAdmin {
<html moznomarginboxes mozdisallowselectionprint>
<head>
<title><?php $this->echoTitle() ?></title>
<meta charset="UTF-8"/>
<?php $this->echoHeaders() ?>
<link href="../view/print_style.css" rel="stylesheet"/>
</head>
......@@ -132,7 +133,8 @@ abstract class DefaultAdmin {
<html moznomarginboxes mozdisallowselectionprint>
<head>
<title><?php $this->echoTitle() ?></title>
{headers}
<meta charset="UTF-8"/>
<?php $this->echoHeaders() ?>
<link href="<?php $this->resolvePath('print_style.css') ?>" rel="stylesheet"/>
</head>
<body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment