Tidy HTML in tests
[html-element-library.git] / t / html / iter.exp
index 013b01918a77eec4b10a352557f47b722d8422ae..2b3286fc84bfae9c6b4616463f9481435e18fc9a 100644 (file)
@@ -1,8 +1,8 @@
 <body>
-Here are the things I need from the store:
-    <ul>
-      <li class="store_items">bread</li>
-      <li class="store_items">butter</li>
-      <li class="store_items">vodka</li>
-    </ul>
+       Here are the things I need from the store:
+       <ul>
+               <li class="store_items">bread</li>
+               <li class="store_items">butter</li>
+               <li class="store_items">vodka</li>
+       </ul>
 </body>
This page took 0.010309 seconds and 4 git commands to generate.