Tidy HTML in tests
[html-element-library.git] / t / html / iter2.html
index acb026e06ef9d3f90d16f99248a2027bafb3a6de..504e3ebb05b6689734cc2a00c935e0667122342f 100644 (file)
@@ -1,29 +1,11 @@
 <div>
-Here are the type of people you meet at XYZ, inc:
-
-    <dl>
-  
-      <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>
-
-
-    </dl>
+       Here are the type of people you meet at XYZ, inc:
+       <dl>
+               <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>
+       </dl>
 </div>
This page took 0.009702 seconds and 4 git commands to generate.