Subversion Repositories taios

Compare Revisions

Ignore whitespace Rev 418 → Rev 419

/_taios.php
173,7 → 173,7
$newstr = str_replace("<", "[", $str);
$newstr = str_replace(">", "]", $newstr);
//$newstr = str_replace("\n", '</p><p>', $newstr);
$newstr = str_replace("\n", '<br /><br />', $newstr);
$newstr = str_replace("\n", '<br />', $newstr);
$newstr = str_replace("\\'", "'", $newstr);
$newstr = str_replace("\\\"",'"', $newstr);
$newstr = str_replace(' ', '&nbsp;&nbsp;', $newstr);