From 1c745a3d3ae3cb430f9d95e299f19f0a0fb20cf7 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Thu, 20 May 2021 08:41:01 -0400 Subject: [PATCH] [showmore] Add RTL support to showmore created div --- showmore/showmore.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/showmore/showmore.php b/showmore/showmore.php index c0f581ec..dd6d4773 100644 --- a/showmore/showmore.php +++ b/showmore/showmore.php @@ -125,9 +125,9 @@ function showmore_prepare_body(\Friendica\App $a, &$hook_data) if ($found) { $rnd = Strings::getRandomHex(8); - $hook_data['html'] = '' . - ''; + $hook_data['html'] = '' . + ''; } }