diff options
| author | 2022-01-27 00:43:46 +0100 | |
|---|---|---|
| committer | 2022-01-27 00:43:46 +0100 | |
| commit | cf433d4d79fee49d5376ece9c50e62910239221f (patch) | |
| tree | a979870bc565330c6185498a26bd36b8e70c0f8b /app/layout/aside_feed.phtml | |
| parent | 9012db01554b9ac3b99651be8a3944668757fa64 (diff) | |
Fixed: wrong dropdown triangle of labels category (#4174)
* Update aside_feed.phtml
* Solution could be so simple
Diffstat (limited to 'app/layout/aside_feed.phtml')
| -rw-r--r-- | app/layout/aside_feed.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml index 747f4e05f..5e6aafe07 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -52,7 +52,7 @@ ?> <li id="tags" class="tree-folder category tags<?= $t_active ? ' active' : '' ?>" data-unread="<?= format_number($this->nbUnreadTags) ?>"> <div class="tree-folder-title"> - <a class="dropdown-toggle" href="#"><?= _i($t_active ? 'up' : 'down') ?></a> + <a class="dropdown-toggle" href="#"><?= _i($t_show ? 'up' : 'down') ?></a> <a class="title" data-unread="<?= format_number($this->nbUnreadTags) ?>" href="<?= _url('index', $actual_view, 'get', 'T') . $state_filter_fav ?>"><?= _t('index.menu.tags') ?></a> </div> <ul class="tree-folder-items<?= $t_show ? ' active' : '' ?>"> |
