Index: trunk/extensions/MobileFrontend/views/layout/application.html.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
11 | 11 | <link href='{$wgExtensionAssetsPath}/MobileFrontend/stylesheets/{$cssFileName}.css' media='all' rel='Stylesheet' type='text/css' /> |
12 | 12 | <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" /> |
13 | | - <meta name = "viewport" content = "width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" /> |
| 13 | + <meta name = "viewport" content = "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> |
14 | 14 | <link rel="apple-touch-icon" href="http://en.m.wikipedia.org/apple-touch-icon.png" /> |
15 | 15 | <script type='text/javascript'> |
16 | 16 | //<![CDATA[ |