The Output section of the TXT2HTML puzzle is just blatantly wrong. I see two errors:
> Next lines: The representation HTML of each line of the array in the form :
> <tr><td>Content of cell 1</td><td>Content of cell 2</td><tr>
The <tr> at the end of the example should actually be </tr>
> Last line : the tag <table>
The <table> tag should be </table>.
- danBhentschel