diff options
author | marijus <mario@mariovavti.com> | 2014-02-20 19:54:16 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-02-20 19:54:16 +0100 |
commit | a3191996e72012c2c4e0b50003755e4984ad1e99 (patch) | |
tree | 896d865681030b83f40770c5441f98368dfeeb45 | |
parent | 5939da8b09c31b3065e81e5c6a2edd9e7b65317d (diff) | |
download | volse-hubzilla-a3191996e72012c2c4e0b50003755e4984ad1e99.tar.gz volse-hubzilla-a3191996e72012c2c4e0b50003755e4984ad1e99.tar.bz2 volse-hubzilla-a3191996e72012c2c4e0b50003755e4984ad1e99.zip |
fixes issue #326 initial scale to big
-rwxr-xr-x | view/tpl/head.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl index b96c46dd7..c676cd773 100755 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -1,6 +1,6 @@ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <base href="{{$baseurl}}/" /> -<meta name="viewport" content="width=device-width, initial-scale=0"> +<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="generator" content="{{$generator}}" /> <!--[if IE]> |