подскажите
как избавится от этого для одного ббкода
function new_line2html ($text)
{
$text = preg_replace('#\n{2,}#', '<span class="post-br"><br /></span>', $text);
$text = str_replace("\n", '<br />', $text);
return $text;
}
а то чушь полную выводит
я ставлю...