diff --git a/showmore/showmore.php b/showmore/showmore.php index bfde40f3..277c29ce 100644 --- a/showmore/showmore.php +++ b/showmore/showmore.php @@ -132,9 +132,9 @@ function showmore_prepare_body(\Friendica\App $a, &$hook_data) if ($found) { $rnd = Strings::getRandomHex(8); - $hook_data['html'] = '' . $shortened . " " . + $hook_data['html'] = '' . - ''; + ''; } }