home · contact · privacy
Stabilize feed.xml generation, reduce bad shell scripting.
[redo-blog] / test / test_files / index.html
index f5b755c5370dc43a371d21714297d3f0e0c7ff2a..3210fef4d4d8597c80a4201b516fe1ee207c7aa4 100644 (file)
@@ -6,8 +6,8 @@
 <body>
 <h1>Yet another blog</h1>
 <ul>
-<li><a href="bar%20baz.html" />foo</a></li>
 <li><a href="foo.html" />a title with some nasty characters: &amp;&lt;&gt;&quot;'</a></li>
+<li><a href="bar%20baz.html" />foo</a></li>
 <li><a href="test.html" />foo <em>bar</em> <strong>baz</strong></a></li>
 </ul>
 </body>