milesj / decoda

A lightweight lexical string parser for BBCode styled markup.
MIT License
196 stars 52 forks source link

Colors, links and text sizes are not showing #112

Closed RobbeVW closed 8 years ago

RobbeVW commented 8 years ago

Hello, everything displays properly on my forums and works, until I use Decoda to parse the bbcode. Take a look at this file http://www.hastebin.com/raw/buzapaxeve - I may have missed something, or this may be a bug. I'm unsure and hope you can guide me, thank you.

milesj commented 8 years ago

You probably need to disable strict mode: $bbcode->setStrict(false).