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/04/27 23:33:08 UTC

[10/28] docs commit: CB-564 Update en/1.6.0 to ref cordova-1.6.0.js

CB-564 Update en/1.6.0 to ref cordova-1.6.0.js


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

Branch: refs/heads/master
Commit: fa22a1013c3e8bd7fd96967c5533d6b366fd5567
Parents: 3fce0e6
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Fri Apr 27 13:47:27 2012 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Fri Apr 27 13:47:27 2012 -0700

----------------------------------------------------------------------
 .../1.6.0/guide/getting-started/android/index.md   |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/fa22a101/docs/en/1.6.0/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/1.6.0/guide/getting-started/android/index.md b/docs/en/1.6.0/guide/getting-started/android/index.md
index 8680cf8..6bfd60a 100644
--- a/docs/en/1.6.0/guide/getting-started/android/index.md
+++ b/docs/en/1.6.0/guide/getting-started/android/index.md
@@ -101,7 +101,7 @@ This guide describes how to set up your development environment for Cordova and
 
 - Create and open a new file named **index.html** in the **assets/www** directory. Paste the following code:
 
-	    <!DOCTYPE HTML>
+        <!DOCTYPE HTML>
         <html>
         <head>
         <title>Cordova</title>
@@ -112,7 +112,6 @@ This guide describes how to set up your development environment for Cordova and
         </body>
         </html>
 
-
 5A. Deploy to Simulator
 -----------------------