Skip to content

Commit

Permalink
Fixing dropdown menu for labels (FreshRSS#6617)
Browse files Browse the repository at this point in the history
  • Loading branch information
math-GH authored Jul 11, 2024
1 parent 0f395da commit b92b80d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layout/aside_feed.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
?>
<li id="t_<?= $tag->id() ?>" class="item feed<?= FreshRSS_Context::isCurrentGet('t_' . $tag->id()) ? ' active' : '' ?>" data-unread="<?= $tag->nbUnread() ?>">
<div class="dropdown no-mobile">
<div class="dropdown-target"></div>
<a class="dropdown-toggle"><?= _i('configure') ?></a>
<div id="dropdown-t-<?= $tag->id() ?>" class="dropdown-target"></div>
<a class="dropdown-toggle" href="#dropdown-t-<?= $tag->id() ?>"><?= _i('configure') ?></a>
<?php /* tag_config_template */ ?>
</div>
<a class="item-title" data-unread="<?= format_number($tag->nbUnread()) ?>" href="<?=
Expand Down

0 comments on commit b92b80d

Please sign in to comment.