diff options
author | friendica <info@friendica.com> | 2014-08-13 16:54:59 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-13 16:54:59 -0700 |
commit | 4156c68d0d433e804787cdd7ff52235d51b53ba2 (patch) | |
tree | eae3a51dc94beefabb95fea5df455dfa80255f43 /view/tpl/head.tpl | |
parent | eb38f3f47460bfb00af3dcae815720b2970a31eb (diff) | |
parent | 4a938db39841d91d294b1cb1c193f12cae5f9492 (diff) | |
download | volse-hubzilla-4156c68d0d433e804787cdd7ff52235d51b53ba2.tar.gz volse-hubzilla-4156c68d0d433e804787cdd7ff52235d51b53ba2.tar.bz2 volse-hubzilla-4156c68d0d433e804787cdd7ff52235d51b53ba2.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/head.tpl')
-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 d64731ee3..703b08547 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, height=device-height, initial-scale=1" /> +<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable={{$user_scalable}}" /> <meta name="generator" content="{{$generator}}" /> <!--[if IE]> |