Table syntax broken in revision 3

Bug #545234 reported by r
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Nyctergatis Markup Engine
Fix Released
High
Yves Piguet

Bug Description

Table syntax is severely broken in revision 3. Multiple rows are output as multiple tables.

Creole Syntax:

|one|two
|three|four

With revision 3 generates:

<table>
  <tr><td>one</td>
  <td>two</td>
  </tr>
  </table>
  <table>
  <tr><td>three</td>
  <td>four</td>
  </tr>
  </table>

Whereas it should be:

<table>
  <tr><td>one</td>
  <td>two</td>
  </tr>
  <tr><td>three</td>
  <td>four</td>
  </tr>
  </table>

Changed in nme:
importance: Undecided → High
assignee: nobody → Yves Piguet (yves-piguet)
Changed in nme:
status: New → Fix Committed
Revision history for this message
r (ralfjunker) wrote : Re: [Bug 545234] Re: Table syntax broken in revision 3

At 21:57 23.03.2010, Yves Piguet wrote:

>** Changed in: nme
> Status: New => Fix Committed
>
>--
>Table syntax broken in revision 3
>https://bugs.launchpad.net/bugs/545234

Hi Yves,

thanks again for the speedy fix. Much appreciated!

All changes in revision 4 now work as expected.

Ralf

Changed in nme:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.