Tidy HTML in tests
[html-element-library.git] / t / html / prune.html
index 25b1faed4fe7cba061557b99f50507a43106982b..347c04b755f205447c2e49761de6d0f94b025e72 100644 (file)
@@ -1,13 +1,10 @@
 <html>
-<head>
-  <title></title>
-</head>
-<body>
-  <div>There was man named Jed</div>
-<div>He did not have a head</div>
-<div>He lived beneath a sled</div>
-<div>Now he's afraid of Fred...</div>
-<div>
-</div>
-    </body>
+       <head><title></title></head>
+       <body>
+               <div>There was man named Jed</div>
+               <div>He did not have a head</div>
+               <div>He lived beneath a sled</div>
+               <div>Now he's afraid of Fred...</div>
+               <div></div>
+       </body>
 </html>
This page took 0.009521 seconds and 4 git commands to generate.