FIND IN scripts/portal.inc.php
AROUND LINE 79
Code
			$bodyTXT = ubbchars(strip_tags($bodyTXT));	// All HTML is stripped

REPLACE WITH
Code
			$bodyTXT = strip_tags($bodyTXT);			// All HTML is stripped

This update will be in the next release