Subversion Repositories taios

Compare Revisions

Ignore whitespace Rev 146 → Rev 147

/_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: center;" />', $newstr);
$bbcode = array(
'/\[b\](.+?)\[\/b\]/is',