Update so that we don't get a warning in python 2.6 and above, where the md5 module...
[rss2maildir.git] / tests / html / unorderedlist-wellformed.html
1 <p>This is a well formed unordered list.</p>
2 <ul>
3     <li>The first item</li>
4     <li>The second item</li>
5     <li>The third item</li>
6 </ul>