diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-05-01 01:56:21 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-05-01 01:56:21 -0400 |
commit | e245ecddf2e62db7fdfbc41802b9171eb925650f (patch) | |
tree | 3f6d467519fc9258ee09f73f0af3416335da96f3 /view | |
parent | 46558e98a8282f2a2e12f5dbcfdbd39f139be9bb (diff) | |
download | volse-hubzilla-e245ecddf2e62db7fdfbc41802b9171eb925650f.tar.gz volse-hubzilla-e245ecddf2e62db7fdfbc41802b9171eb925650f.tar.bz2 volse-hubzilla-e245ecddf2e62db7fdfbc41802b9171eb925650f.zip |
sub-minor change to head.tpl
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view')
-rw-r--r-- | view/head.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/head.tpl b/view/head.tpl index 7e8369bdd..7b1541242 100644 --- a/view/head.tpl +++ b/view/head.tpl @@ -6,7 +6,7 @@ <link rel="stylesheet" href="$baseurl/library/jgrowl/jquery.jgrowl.css" type="text/css" media="screen" /> <link rel="stylesheet" type="text/css" href="$stylesheet" media="all" /> -<meta name="viewport" content="width=800, initial-scale=1, maximum-scale=3"> +<meta name="viewport" content="width=800, initial-scale=1, maximum-scale=3" /> <link rel="shortcut icon" href="$baseurl/images/friendica-32.png" /> <link rel="search" |