diff --git a/include/plaintext.php b/include/plaintext.php index 39eed5111e..30ea5d9eed 100644 --- a/include/plaintext.php +++ b/include/plaintext.php @@ -343,7 +343,7 @@ function plaintext($a, $b, $limit = 0, $includedlinks = false, $htmlmode = 2, $t } } - $html = bbcode($post["text"], false, false, $htmlmode); + $html = bbcode($post["text"].$post["after"], false, false, $htmlmode); $msg = html2plain($html, 0, true); $msg = trim(html_entity_decode($msg,ENT_QUOTES,'UTF-8'));