I was trying to read WWN 303 but there appears to be a XML error on line 597. Mozilla verifies this by giving an error on the same line of the raw XML source. The actual Mozilla output is shown below:
XML Parsing Error: mismatched tag. Expected: </br>. Location: http://winehq.org/wwn/wn20060122_303.xml Line Number 597, Column 62: doesn't seem to be able to get a hold of SEGFAULTs.</li></ul> ---------------------------------------------------^
appearantly </br> was expected where </li> was. Odd.
Ahh, I see the problem. You always have to close tags in XML. In the case of <br> you need to use <br /> to let XML know the tag is a single closed tag.
Just committed a fix.
On Mon, 2006-02-06 at 12:56 -0500, Segin wrote:
I was trying to read WWN 303 but there appears to be a XML error on line 597. Mozilla verifies this by giving an error on the same line of the raw XML source. The actual Mozilla output is shown below:
XML Parsing Error: mismatched tag. Expected: </br>. Location: http://winehq.org/wwn/wn20060122_303.xml Line Number 597, Column 62: doesn't seem to be able to get a hold of SEGFAULTs.</li></ul> ---------------------------------------------------^
appearantly </br> was expected where </li> was. Odd.