diff options
| author | 2021-12-31 13:16:35 +0100 | |
|---|---|---|
| committer | 2021-12-31 13:16:35 +0100 | |
| commit | f27b25d9a685bd8cab48540c067685160535f438 (patch) | |
| tree | dced43a4d857048e8d24dcec5b58cb5a6c2ff51d /app/layout | |
| parent | dc70b74ef46b079cc7ec8a1112519cabb7601b0e (diff) | |
fix (#4065)
Diffstat (limited to 'app/layout')
| -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 49cfc617a..cb4b7b80e 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -49,7 +49,7 @@ $t_active = FreshRSS_Context::isCurrentGet('T'); $t_show = ($t_active && in_array(FreshRSS_Context::$user_conf->display_categories, [ 'active', 'remember' ])) || FreshRSS_Context::$user_conf->display_categories === 'all'; ?> - <li id="tags" class="tree-folder category tags<?= $t_active ? ' active' : '' ?>"> + <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="title" data-unread="<?= format_number($this->nbUnreadTags) ?>" href="<?= _url('index', $actual_view, 'get', 'T') . $state_filter_fav ?>"><?= _t('index.menu.tags') ?></a> |
