diff options
author | friendica <info@friendica.com> | 2014-02-21 10:18:34 +1100 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-21 10:18:34 +1100 |
commit | df8e8c3bc51f8964cc3bb8f836740950f1ef5ad3 (patch) | |
tree | 226214ba77f0836967919baf6ccc7e3c15289617 /view | |
parent | 5c984aab66bd4a2202ac28244ab7e276ddf923e8 (diff) | |
parent | a3191996e72012c2c4e0b50003755e4984ad1e99 (diff) | |
download | volse-hubzilla-df8e8c3bc51f8964cc3bb8f836740950f1ef5ad3.tar.gz volse-hubzilla-df8e8c3bc51f8964cc3bb8f836740950f1ef5ad3.tar.bz2 volse-hubzilla-df8e8c3bc51f8964cc3bb8f836740950f1ef5ad3.zip |
Merge pull request #327 from git-marijus/master
fixes issue #326 initial scale to big
Diffstat (limited to 'view')
-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]> |