[app] Fix meta viewport tag syntax.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/commit/748c17d7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/tree/748c17d7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/diff/748c17d7 Branch: refs/heads/master Commit: 748c17d7885fc18537af17c1ca68818a9ded45be Parents: c2185ce Author: Michael Brooks <mich...@michaelbrooks.ca> Authored: Tue Jul 17 16:07:34 2012 -0700 Committer: Michael Brooks <mich...@michaelbrooks.ca> Committed: Tue Jul 17 16:07:34 2012 -0700 ---------------------------------------------------------------------- www/index.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/748c17d7/www/index.html ---------------------------------------------------------------------- diff --git a/www/index.html b/www/index.html index 05d6472..3512f45 100644 --- a/www/index.html +++ b/www/index.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name = "format-detection" content = "telephone=no"> - <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" /> + <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width;" /> <link rel="stylesheet" type="text/css" href="css/index.css" /> <title>Hello Cordova</title> </head>