Tidy HTML in tests
[html-element-library.git] / t / html / dual_iter.html
index d5c1adf9d283ad4933ce6ed0e65ca5f1e57f4275..0128c68bea3a3ee9c2c52622f7dd05ca06a3c42d 100644 (file)
@@ -1,25 +1,10 @@
 <dl class="dual_iter" id="service_plan">
-      <dt>
-       Artist
-      </dt>
-      <dd>
-       A person who draws blood.
-      </dd>
-
-      <dt>
-       Musician
-      </dt>
-      <dd>
-       A clone of Iggy Pop.
-      </dd>
-
-      <dt>
-       Poet
-      </dt>
-      <dd>
-       A relative of Edgar Allan Poe.
-      </dd>
-
-      <dt class="adstyle">sample header</dt>
-      <dd class="adstyle2">sample data</dd>
-</dl>
\ No newline at end of file
+    <dt>Artist</dt>
+    <dd>A person who draws blood.</dd>
+       <dt>Musician</dt>
+    <dd>A clone of Iggy Pop.</dd>
+    <dt>Poet</dt>
+    <dd>A relative of Edgar Allan Poe. </dd>
+    <dt class="adstyle">sample header</dt>
+    <dd class="adstyle2">sample data</dd>
+</dl>
This page took 0.009455 seconds and 4 git commands to generate.