diff options
-rw-r--r-- | templates/web/default/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/header.html b/templates/web/default/header.html index f9df75f8f..1aa8ce159 100644 --- a/templates/web/default/header.html +++ b/templates/web/default/header.html @@ -5,7 +5,7 @@ <!--[if gt IE 8]><!--><html class="no-js" lang="[% lang_code %]"><!--<![endif]--> <head> - <meta name="viewport" content="initial-scale=1.0; target-densitydpi=device-dpi"> + <meta name="viewport" content="initial-scale=1.0"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> |