missing tag close
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/d0a751c2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/tree/d0a751c2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/diff/d0a751c2 Branch: refs/heads/master Commit: d0a751c29ccfb4439a522befdbfb60e21ac433a1 Parents: 61adf05 Author: Jesse MacFadyen <purplecabb...@gmail.com> Authored: Wed Jul 18 16:09:08 2012 -0700 Committer: Jesse MacFadyen <purplecabb...@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-app-hello-world/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>