This commit is contained in:
Graham Knop 2008-04-03 14:53:39 +00:00
parent db6a8f28a9
commit b6d66e6daf

View file

@ -82,7 +82,7 @@ sub addPost {
$text = WebGUI::HTML::filter($text, "all"); $text = WebGUI::HTML::filter($text, "all");
$text = WebGUI::HTML::format($text, "text"); $text = WebGUI::HTML::format($text, "text");
} }
else if ($part->type eq 'text/html') { elsif ($part->type eq 'text/html') {
$text = WebGUI::HTML::cleanSegment($text); $text = WebGUI::HTML::cleanSegment($text);
} }
$content .= $text; $content .= $text;