Subversion Repositories taios

Compare Revisions

Ignore whitespace Rev 147 → Rev 148

/_taios.php
164,7 → 164,7
{
$newstr = str_replace("\n", '</p><p>', $str);
$newstr = str_replace(' ', '&nbsp;&nbsp;', $newstr);
$newstr = str_replace(':)', '<img src="' . $this->url . 'data/smilies/face-smile.png" style="vertical-align: center;" />', $newstr);
$newstr = str_replace(':)', '<img src="' . $this->url . 'data/smilies/face-smile.png" style="vertical-align: middle;" />', $newstr);
$bbcode = array(
'/\[b\](.+?)\[\/b\]/is',