summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.user.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-03-25 23:35:55 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-03-25 23:35:55 +0100
commita54260b5174cca222fb7589d9f582b454b37ef08 (patch)
treef29748d04a05b75d3937707fd064169c873c5979 /core/templates/layout.user.php
parent905aabf5d41b0830cc2754229c39be709479ed7b (diff)
downloadnextcloud-server-a54260b5174cca222fb7589d9f582b454b37ef08.tar.gz
nextcloud-server-a54260b5174cca222fb7589d9f582b454b37ef08.zip
use minimum-scale=1.0
Diffstat (limited to 'core/templates/layout.user.php')
-rw-r--r--core/templates/layout.user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index 3d897503480..b7266d50cfb 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -15,7 +15,7 @@
</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=1.0">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="apple-itunes-app" content="app-id=543672169">
<link rel="shortcut icon" href="<?php print_unescaped(image_path('', 'favicon.png')); ?>" />
<link rel="apple-touch-icon-precomposed" href="<?php print_unescaped(image_path('', 'favicon-touch.png')); ?>" />