Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-6536

XHTML table cells that start with an empty line are badly converted to XWiki syntax

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 3.1 RC1, 3.2 M1
    • 3.0
    • Rendering
    • None
    • Unknown

    Description

      XHTML input:

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

      XWiki 2.0 output:

      |
      
      
      (((
      text
      )))
      

      As you can see the empty line is left outside the group block. The expected result is:

      |(((
      
      
      text
      )))
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: