Overview
Artifact ID: | baf9c21239d5faecb5937b2a1ca00035bda98885 |
---|---|
Ticket: | 0fd3c7d243e74adf4d51d6f36d7d5d294245bac4
wiki inserts P tags in tables |
User & Date: | anonymous 2010-10-07 11:03:55 |
Changes
- comment changed to:
Fossils wiki inserts extra p tags around the first row in the first column of every table, for example: <verbatim> <table> <tr> <td>first item</td> <td>second item</td> </tr> </table> </verbatim> renders as <verbatim> <table> <tr> <td><p>first item</p></td> <td>second item</td> </tr> </table> </verbatim>
- foundin changed to: "12a79e5b93"
- severity changed to: "Minor"
- status changed to: "Open"
- title changed to: "wiki inserts P tags in tables"
- type changed to: "Code_Defect"