Remove duplicate meta tag for viewport scale

refs #11910
This commit is contained in:
Florian Strohmaier 2016-06-06 11:16:22 +02:00 committed by Eric Lippmann
parent c7b4ef00e2
commit 9f5e1d4785
1 changed files with 0 additions and 2 deletions

View File

@ -24,12 +24,10 @@ $innerLayoutScript = $this->layout()->innerLayout . '.phtml';
<html class="no-js<?= $iframeClass ?>" lang="<?= $lang ?>"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
<meta name="google" value="notranslate">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="cleartype" content="on">
<title><?= $this->title ? $this->escape($this->title) : 'Icinga Web' ?></title>
<!-- TODO: viewport and scale settings make no sense for us, fix this -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<?php if ($isIframe): ?>
<base target="_parent"/>