Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-29365

ezxmltext -> ricktext conversion : empty rows

Details

    Description

      In ezxmltext, you may declear empty table rows using a simple <tr/> tag.

      This ain't supported in richtext. Instead, the tr tag must be extended with <td> tags corresponding to the table's column count

      ezxmltext example

              <table class="list" width="90%" border="0" ez-colums="3">
                  <tr/>
      

      Must be converted into

        <informaltable class="list" width="90%">
          <tbody>
            <tr>
              <td/>
              <td/>
              <td/>
            </tr>
      
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            vidar.langseid@ibexa.co Vidar Langseid
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: