I don't know why that's happening. I think all bbcode should be stripped from the text shown in the widget. As a test you might try temporarily disabling all plugins by editing your includes/ config.php file and inserting the line:
Code:
define('DISABLE_HOOKS',true);
at the top just under the <?php. This will disable all mods so you'll want to remove it as soon as you check, but it's a test to see if any installed mods are causing a problem.