Uploaded image for project: 'XWiki Rendering'
  1. XWiki Rendering
  2. XRENDERING-453

XHTML table cells that contain only empty line(s) are badly converted to XWiki syntax

    XMLWordPrintable

Details

    • Unit
    • N/A
    • N/A

    Description

      The following XHTML:

      <table>
        <tbody>
          <tr>
            <td><div class="wikimodel-emptyline"></div></td>
            <td><div class="wikimodel-emptyline"></div></td>
          </tr>
        </tbody>
      </table>
      

      gets converted to:

      |(((
      
      )))|
      
      
      (((
      
      )))
      

      As you can see the first table cell is converted correctly but the second one is messed up.

      Attachments

        Issue Links

          Activity

            People

              tmortagne Thomas Mortagne
              mflorea Marius Dumitru Florea
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: