Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Corrected the viewport meta tag. (Resloves 5 errors and warnings on iPad
Browse files Browse the repository at this point in the history
and iPhone browsers.)
  • Loading branch information
kyoung committed Jul 9, 2012
1 parent e7dcfdd commit 1659093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmpl/base_root.tmpl
Expand Up @@ -57,7 +57,7 @@ Below is your base template file, which is extended by home.tmpl:
{+head}
{$head|innerHTML|s}
<link rel="stylesheet" href="{config.configDir}style.css" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; minimum-scale=1.0; maximum-scale=1.0; user-scalable=no;" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
{/head}
</head>
{$body|openTag|s}
Expand Down

0 comments on commit 1659093

Please sign in to comment.