I don't understand why nl2br doesn't work in my table cell :
<table><tr><td>
<?php echo nl2br($sText); ?>
</td></tr></table>
There are 2 paragraphs in $sText but it displays 2
instead of the first paragraph
When I don't use table, the break line appears...
it displays 2 br instead of the first paragraph