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 2013/03/14 19:20:47 UTC

git commit: Update www/index.html

Updated Branches:
  refs/heads/master bc4190290 -> c033a6f5e


Update www/index.html

html5 charset declaration


Project: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/commit/c033a6f5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/tree/c033a6f5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/diff/c033a6f5

Branch: refs/heads/master
Commit: c033a6f5e583fa94986116ae8fcf1585d01a84f1
Parents: bc41902
Author: gasp <ga...@gmail.com>
Authored: Tue Feb 12 13:33:43 2013 +0100
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Thu Mar 14 11:20:17 2013 -0700

----------------------------------------------------------------------
 www/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/c033a6f5/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index b8c0535..6b53abc 100644
--- a/www/index.html
+++ b/www/index.html
@@ -19,7 +19,7 @@
 -->
 <html>
     <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+        <meta 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, height=device-height, target-densitydpi=device-dpi" />
         <link rel="stylesheet" type="text/css" href="css/index.css" />