rename buttons, replace tabs with spaces
diff --git a/www/autotest/tests/whitelist.tests.js b/www/autotest/tests/whitelist.tests.js
index fde24cc..2790d52 100644
--- a/www/autotest/tests/whitelist.tests.js
+++ b/www/autotest/tests/whitelist.tests.js
@@ -20,9 +20,9 @@
 */
 
 describe('Whitelist API (cordova.whitelist)', function () {
-	it("should exist", function() {
+    it("should exist", function() {
         expect(cordova.whitelist).toBeDefined();
-	});
+    });
 
     describe("Match function", function() {
         function expectMatchWithResult(result) {
diff --git a/www/index.html b/www/index.html
index aa57ae8..6e6d119 100644
--- a/www/index.html
+++ b/www/index.html
@@ -41,8 +41,8 @@
 Model: <span id="model"> </span>
 Width: <span id="width">  </span>,   Height: <span id="height"></span>, Color Depth: <span id="colorDepth"></span>
 User-Agent: <span id="user-agent"> </span></div>
-    <a href="cdvtests/index.html#?showBack" class="btn large">New-Style Tests</a>
-    <a href="autotest/index.html" class="btn large">Automatic Test</a>
+    <a href="cdvtests/index.html#?showBack" class="btn large">Plugin Tests (Automatic and Manual)</a>
+    <a href="autotest/index.html" class="btn large">Non-plugin Automatic Tests</a>
     <a href="battery/index.html" class="btn large">Battery</a>
     <a href="benchmarks/index.html" class="btn large">Benchmarks</a>
     <a href="events/index.html" class="btn large">Events</a>