unittests/html/lists.html in watir-1.6.5 vs unittests/html/lists.html in watir-1.6.6.rc1
- old
+ new
@@ -1,18 +1,18 @@
-<html>
-<body>
-
-<h4>An Unordered List:</h4>
-<ul>
- <li id='list1'>Coffee</li>
- <li id='list2'>Tea</li>
- <li id='list3'>Milk</li>
-</ul>
-
-<h4>An Ordered List:</h4>
-<ol>
- <li id='ordered1' name='x1'>Phil</li>
- <li id='ordered2'>Bob</li>
- <li id='ordered3'>Joe</li>
-</ol>
-</body>
+<html>
+<body>
+
+<h4>An Unordered List:</h4>
+<ul>
+ <li id='list1'>Coffee</li>
+ <li id='list2'>Tea</li>
+ <li id='list3'>Milk</li>
+</ul>
+
+<h4>An Ordered List:</h4>
+<ol>
+ <li id='ordered1' name='x1'>Phil</li>
+ <li id='ordered2'>Bob</li>
+ <li id='ordered3'>Joe</li>
+</ol>
+</body>
</html>
\ No newline at end of file