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

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

CB-564 Update en/1.6.0rc1 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/dfd04812
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/dfd04812
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/dfd04812

Branch: refs/heads/master
Commit: dfd04812795287a0b258e9ca1573660fbbe7a3e6
Parents: fa22a10
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Fri Apr 27 13:48:42 2012 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Fri Apr 27 13:48:42 2012 -0700

----------------------------------------------------------------------
 .../guide/getting-started/android/index.md         |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/dfd04812/docs/en/1.6.0rc1/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/1.6.0rc1/guide/getting-started/android/index.md b/docs/en/1.6.0rc1/guide/getting-started/android/index.md
index 17169d8..7f0de49 100644
--- a/docs/en/1.6.0rc1/guide/getting-started/android/index.md
+++ b/docs/en/1.6.0rc1/guide/getting-started/android/index.md
@@ -92,7 +92,7 @@ There is also a [Terminal](http://wiki.phonegap.com/w/page/30864168/phonegap-and
 
 Now 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>
@@ -102,9 +102,6 @@ Now create and open a new file named **index.html** in the **assets/www** direct
         <h1>Hello World</h1>
         </body>
         </html>
-	
-    *cordova-1.6.0.js might need to be replaced with latest cordova-<VERSION NUMBER>.js
-
 
 5A. Deploy to Simulator
 -----------------------