X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=showmore%2Fshowmore.php;h=277c29ced5c380a9af00976d68ab3b6761d1c5ec;hb=c95713b19c35eff74052bf248bfc1025d5d9161b;hp=f7d65317f8a5bf172b93b3285913c4483fae1c71;hpb=48fecb9a40d0a1bac959f239be1d937edd5b7f09;p=friendica-addons.git diff --git a/showmore/showmore.php b/showmore/showmore.php index f7d65317..277c29ce 100644 --- a/showmore/showmore.php +++ b/showmore/showmore.php @@ -8,7 +8,6 @@ * */ use Friendica\Core\Hook; -use Friendica\Core\L10n; use Friendica\DI; use Friendica\Util\Strings; @@ -133,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'] = '' . - ''; + ''; } }