home · contact · privacy
Fix tests.
[redo-blog] / test / test_files / test.html.ignoring
index 454343ffc33a2d48da34967506814a2847f52732..fbdf75e5d6b9dad665eeba35ddb9fe7a96c2fcf5 100644 (file)
@@ -1,6 +1,4 @@
 <!DOCTYPE html>
-<html>
-<head>
 <meta charset="UTF-8">
 <style type="text/css">
 h1 { font-size: 2em; }
@@ -13,8 +11,6 @@ header h1 { margin-bottom: 0.1em; }
 header p { margin: 0; }
 </style>
 <title>Yet another blog – foo bar baz</title>
-</head>
-<body>
 <a href="index.html">Yet another blog</a>
 <article>
 <header>
@@ -24,6 +20,4 @@ header p { margin: 0; }
 <p>foo</p>
 <h2 id="bar">bar</h2>
 <p>baz</p>
-</article>
-</body>
-</html>
\ No newline at end of file
+</article>
\ No newline at end of file