aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-08-04 13:40:22 +0000
committerMario <mario@mariovavti.com>2024-08-04 13:40:22 +0000
commit294359d7f5526394d8dcfd0fd29f5ec4914cdde8 (patch)
tree7e07dac2ac2db141c6ff9ad18a9a0e549118e332 /Zotlabs
parent8ff870482fcb7df20182bf7613ecd47901aeb468 (diff)
downloadvolse-hubzilla-294359d7f5526394d8dcfd0fd29f5ec4914cdde8.tar.gz
volse-hubzilla-294359d7f5526394d8dcfd0fd29f5ec4914cdde8.tar.bz2
volse-hubzilla-294359d7f5526394d8dcfd0fd29f5ec4914cdde8.zip
improved content and comment collapse/expand rendering
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Lib/ThreadItem.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php
index ae3422526..60a314da0 100644
--- a/Zotlabs/Lib/ThreadItem.php
+++ b/Zotlabs/Lib/ThreadItem.php
@@ -573,7 +573,7 @@ class ThreadItem {
if(($nb_children > $visible_comments) || ($thread_level > 1)) {
$result['children'][0]['comment_firstcollapsed'] = true;
$result['children'][0]['num_comments'] = $comment_count_txt['label'];
- $result['children'][0]['hide_text'] = sprintf( t('%s show all'), '<i class="bi bi-chevron-down align-middle"></i>');
+ $result['children'][0]['hide_text'] = t('show all');
if($thread_level > 1) {
$result['children'][$nb_children - 1]['comment_lastcollapsed'] = true;
}