I have investigated a little more and compared the HTML output from my trac server and the server from trac.edgewall.org.
This is the wiki input for a ticket description: === ABC heading === ABC text text text ... My HTML output: <h3 id="ABCheading">ABC heading</h3><br /> <p> ABC text text text ...<br /> </p> trac.edgewall.org HTML output: <h3 id="ABCheading">ABC heading</h3> <p> ABC text text text ... </p> Note that my HTML has an additional <br />. How can this be? Clemens --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
