typo
This commit is contained in:
parent
db6a8f28a9
commit
b6d66e6daf
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue