12-09-2008, 06:50 PM
|
#28 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
Quote:
Originally Posted by Evulness
It isn't replacing anything. Anyone mind poking around a bit and seeing what the issue is?
Thanks.
|
The closing bbcode tag needs a forward slash, not back. E.g.
PHP Code:
// ↓ forward slash
echo bbcode('This is a [b]test[/b]');
|
|
|
|