Fix Bug 517064: Make XML well-formed again by properly translating the 5 XML entities

This commit is contained in:
JSCHILL1 2010-02-04 09:30:22 -06:00
parent 6230682a01
commit 6147bb2085
4 changed files with 28 additions and 19 deletions

View file

@ -9,11 +9,21 @@
<p>Copyright 2009, Jeff Schiller</p>
<section id="0.24">
<header>
<h2><a href="#0.24">Version 0.24</a></h2>
</header>
<p>2010-02-04</p>
<ul>
<li>Fix <a href="https://bugs.launchpad.net/scour/+bug/517064">Bug 517064</a> to make XML well-formed again</li>
</ul>
</section>
<section id="0.23">
<header>
<h2><a href="#0.23">Version 0.23</a></h2>
</header>
<p>2009-01-04</p>
<p>2010-01-04</p>
<ul>
<li>Fix <a href="https://bugs.launchpad.net/scour/+bug/482215">Bug 482215</a> by using os.linesep to end lines</li>
<li>Fix unittests to run properly in Windows</li>