You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2012/07/18 18:03:06 UTC

[5/6] git commit: [app] Fix meta viewport tag syntax.

[app] Fix meta viewport tag syntax.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/commit/748c17d7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/tree/748c17d7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/diff/748c17d7

Branch: refs/heads/hello-cordova
Commit: 748c17d7885fc18537af17c1ca68818a9ded45be
Parents: c2185ce
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Tue Jul 17 16:07:34 2012 -0700
Committer: Michael Brooks <mi...@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-labs/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>