manithu at fahr-zur-hoelle dot org forgot only one thing: to fix the break tags. The addidtion of the following should do it.
<?php
$str = str_replace("<br>", "<br />", $str);
?>
manithu at fahr-zur-hoelle dot org forgot only one thing: to fix the break tags. The addidtion of the following should do it.
<?php
$str = str_replace("<br>", "<br />", $str);
?>