From c95713b19c35eff74052bf248bfc1025d5d9161b Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 5 Feb 2020 15:47:13 +0000 Subject: [PATCH] Showmore: Ignore addon for screen readers --- showmore/showmore.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'] = '' . - ''; + ''; } }