You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/07/19 01:16:25 UTC

[2/2] git commit: missing tag close

missing tag close


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/d0a751c2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/tree/d0a751c2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/diff/d0a751c2

Branch: refs/heads/hello-cordova
Commit: d0a751c29ccfb4439a522befdbfb60e21ac433a1
Parents: 61adf05
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Jul 18 16:09:08 2012 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Jul 18 16:09:08 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/d0a751c2/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index f5cf621..1e68f95 100644
--- a/www/index.html
+++ b/www/index.html
@@ -2,7 +2,7 @@
 <html>
     <head>
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-        <meta name = "format-detection" content = "telephone=no">
+        <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;" />
         <link rel="stylesheet" type="text/css" href="css/index.css" />
         <title>Hello Cordova</title>