I would assume that elbekko wants you to change the following line in viewpoll.php:
/Perform the main parsing of the message (BBCode, smilies, censor words etc)
$cur_post['message'] = parse_message($cur_post['message'], $cur_post['hide_smilies']);
to:
/ Perform the main parsing of the message (BBCode, smilies, censor words etc)
$cur_post['message'] = parse_message($cur_post['message'], $cur_post['hide_smilies'], true);
although I'm not sure. Try it, and if it doesn't work, simply change it back.
Looking for a certain modification for your forum? Please
take a look here before posting.