aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates/layout.public.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-04-18 15:51:52 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-04-18 15:51:52 +0200
commit1c00f82ea5b6502a0cb4ac82c80927ca88c58105 (patch)
treed5fd6399a7d59cecb0aa965fa68207dfb78147d1 /core/templates/layout.public.php
parent0ee9924b168986c5bf6c9167914447c2fcf2bee9 (diff)
downloadnextcloud-server-1c00f82ea5b6502a0cb4ac82c80927ca88c58105.tar.gz
nextcloud-server-1c00f82ea5b6502a0cb4ac82c80927ca88c58105.zip
Do not restrict zooming in
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/templates/layout.public.php')
-rw-r--r--core/templates/layout.public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.public.php b/core/templates/layout.public.php
index 2317a7b36ef..abd7e942c04 100644
--- a/core/templates/layout.public.php
+++ b/core/templates/layout.public.php
@@ -10,7 +10,7 @@
</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="referrer" content="never">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<meta name="apple-itunes-app" content="app-id=<?php p($theme->getiTunesAppId()); ?>">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">