Overview
Artifact ID: | 8730a3f16ec5ae99bbb29c73da245fe639351241 |
---|---|
Ticket: | 5ff2043c966820498ce41c0dd425b4b2155fa025
Invalid xhtml markup generated (with patch) |
User & Date: | anonymous 2011-04-22 03:05:53 |
Changes
- comment changed to:
While most of the generated fossil output is valid xhtml, there are still several places that aren't. These include not using & instead of a plain & when generating URLs in href attributes, using <br> and <hr> instead of <br /> and <hr />, using &nbsp; instead of &#160; and finally the occasional <img> instead of <img />. The attached patch corrects these issues so that fossil can return valid application/xhtml+xml content.
- foundin changed to: "2011-04-19 20:30:31 085b6a1bbb"
- private_contact changed to: "ae1a74676bb0d1ac520802109f926567b1637ac7"
- severity changed to: "Important"
- status changed to: "Open"
- title changed to: "Invalid xhtml markup generated (with patch)"
- type changed to: "Code_Defect"