Ticket Change Details
Not logged in
Overview

Artifact ID: 8730a3f16ec5ae99bbb29c73da245fe639351241
Ticket: 5ff2043c966820498ce41c0dd425b4b2155fa025
Invalid xhtml markup generated (with patch)
User & Date: anonymous 2011-04-22 03:05:53
Changes

  1. 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   instead of   and finally the occasional <img> instead of <img />.
    
    The attached patch corrects these issues so that fossil can return valid application/xhtml+xml content.
    
  2. foundin changed to: "2011-04-19 20:30:31 085b6a1bbb"
  3. private_contact changed to: "ae1a74676bb0d1ac520802109f926567b1637ac7"
  4. severity changed to: "Important"
  5. status changed to: "Open"
  6. title changed to: "Invalid xhtml markup generated (with patch)"
  7. type changed to: "Code_Defect"