Tidy HTML in tests
[html-element-library.git] / t / html / hashmap.exp
index 22486bae06f51e6a6c7b4dc92495389ac139692e..b6dbd473bf9281676c91f5a4de606f7855c4b713 100644 (file)
@@ -1,15 +1,14 @@
 <html>
-  <head>
-    <title>HO HO HA HA HA</title>
-  </head>
-  <body>
-    <table>
-      <tr align="left" sclass="tr" valign="top" class="alt">
-        <td sid="people_id">888</td>
-        <td sid="phone">444-4444</td>
-        <td sid="email"><a href="mailto:leave-me-alone@gmail.com" id="a_email"
-            >should-not-be-touched@seamstress.com</a></td>
-      </tr>
-    </table>
-  </body>
+       <head>
+               <title>HO HO HA HA HA</title>
+       </head>
+       <body>
+               <table>
+                       <tr align="left" sclass="tr" valign="top" class="alt">
+                               <td sid="people_id">888</td>
+                               <td sid="phone">444-4444</td>
+                               <td sid="email"><a href="mailto:leave-me-alone@gmail.com" id="a_email">should-not-be-touched@seamstress.com</a></td>
+                       </tr>
+               </table>
+       </body>
 </html>
This page took 0.009423 seconds and 4 git commands to generate.