removing colons looks worse

git-svn-id: file:///home/shish/svn/shimmie2/trunk@250 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-07-09 01:06:08 +00:00
parent a37c0c7f9b
commit a06b38f038

View file

@ -23,7 +23,7 @@ class Emoticons extends Extension {
}
private function bbcode_to_text($text) {
$text = preg_replace("/:([a-z]*?):/s", "\\1", $text);
// $text = preg_replace("/:([a-z]*?):/s", "\\1", $text);
return $text;
}
}