diff --git a/tests/index.html b/tests/index.html
index 4d9c2785..09860faa 100644
--- a/tests/index.html
+++ b/tests/index.html
@@ -1,24 +1,22 @@
-
-
-
-
+ ember-page-title tests
+
+
+
+
- {{content-for "head"}}
- {{content-for "test-head"}}
+ {{content-for "head"}} {{content-for "test-head"}}
-
-
-
+
+
+
- {{content-for "head-footer"}}
- {{content-for "test-head-footer"}}
+ {{content-for "head-footer"}} {{content-for "test-head-footer"}}
- {{content-for "body"}}
- {{content-for "test-body"}}
+ {{content-for "body"}} {{content-for "test-body"}}
@@ -26,7 +24,6 @@
- {{content-for "body-footer"}}
- {{content-for "test-body-footer"}}
+ {{content-for "body-footer"}} {{content-for "test-body-footer"}}