X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FText%2FPlaintext.php;h=be93ac4cdba76a859d3416c8d6925e0ff2e4994a;hb=174052eaf0ea75c31fee631c64ddb0e666c11b8e;hp=e635d727e84dfe9958099a068fda33664dfa32e4;hpb=2b5f1f8bca010bb6972e7080c02230b04c7b61d3;p=friendica.git diff --git a/src/Content/Text/Plaintext.php b/src/Content/Text/Plaintext.php index e635d727e8..be93ac4cdb 100644 --- a/src/Content/Text/Plaintext.php +++ b/src/Content/Text/Plaintext.php @@ -175,7 +175,7 @@ class Plaintext } } - $html = BBCode::convert($post['text'] . ($post['after'] ?? ''), false, $htmlmode); + $html = BBCode::convertForUriId($item['uri-id'], $post['text'] . ($post['after'] ?? ''), $htmlmode); $msg = HTML::toPlaintext($html, 0, true); $msg = trim(html_entity_decode($msg, ENT_QUOTES, 'UTF-8'));