Ticket Change Details
Not logged in
Overview

Artifact ID: baf9c21239d5faecb5937b2a1ca00035bda98885
Ticket: 0fd3c7d243e74adf4d51d6f36d7d5d294245bac4
wiki inserts P tags in tables
User & Date: anonymous 2010-10-07 11:03:55
Changes

  1. 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>
    
  2. foundin changed to: "12a79e5b93"
  3. severity changed to: "Minor"
  4. status changed to: "Open"
  5. title changed to: "wiki inserts P tags in tables"
  6. type changed to: "Code_Defect"