Frio: Only display item menu separator when there is something to separate

This commit is contained in:
Michael 2020-02-13 22:46:27 +00:00
parent e757d16fc1
commit 303fb65574
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ as the value of $top_child_total (this is done at the end of this file)
</li>
{{/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)}}
<li role="separator" class="divider"></li>
{{/if}}