home · contact · privacy
Fix tests.
[redo-blog] / test / test_files / index.html.ignoring
index a091bae048bf9909e214a1400a2cd89587ec6265..8643e6f97073dab64c0cdd9c49e775daedebae8f 100644 (file)
@@ -1,16 +1,14 @@
 <!DOCTYPE html>
-<html>
-<head>
+<meta charset="UTF-8">
+<style type="text/css">
+h1 { font-size: 2em; }
+</style>
 <link rel="alternate" type="application/rss+xml" title="atom feed" href="feed.xml" />
 <title>Yet another blog</title>
-</head>
-<body>
 <h1>Yet another blog</h1>
 <p><a href="feed.xml">feed</a></p>
 <ul>
 <li><a href="foo.html">a title with some nasty characters: &amp;&lt;&gt;&quot;' %BODY%</a> (<time>IGNORE</time>)</li>
 <li><a href="bar%20baz.html">foo</a> (<time>IGNORE</time>)</li>
 <li><a href="test.html">foo <em>bar</em> <strong>baz</strong></a> (<time>IGNORE</time>)</li>
-</ul>
-</body>
-</html>
\ No newline at end of file
+</ul>
\ No newline at end of file