what is giving the issue is the '!' in front of Fixture 1
if you remove it the table is correctly displayed.
--- In
fitnesse@..., "gfbrols" <gfbrols@...> wrote:
>
> if you insert the following in a fitnesse page, it should include a table.
>
>
> !-<table border="0">
> <tbody>
> <tr>
> <td>!Fixture 1</td>
> <td> </td>
> </tr>
> <tr>
> <td>Call</td>
> <td>Test</td>
> </tr>
> </tbody>
> </table>-!
>
> But the following is displayed:
> <td> </td>
> </tr>
> <tr>
> <td>Call</td>
> <td>Test</td>
> </tr>
> </tbody>
> </table>-!
>
> and the 'Add child' window content is appended to the bottom of the Fitnesse page
>
> Gael
>