From 303fb655743cb7d0e54d51901c4aa557b003b794 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 13 Feb 2020 22:46:27 +0000 Subject: [PATCH] Frio: Only display item menu separator when there is something to separate --- view/theme/frio/templates/wall_thread.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index 624ac8b409..a8d21500fa 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -346,7 +346,7 @@ as the value of $top_child_total (this is done at the end of this file) {{/if}} - {{if $item.ignore || $item.drop.dropping}} + {{if ($item.edpost || $item.tagger || $item.filer || $item.pin || $item.star || $item.subthread) && ($item.ignore || $item.drop.dropping)}} {{/if}}