diff options
| author | 2013-09-14 17:56:01 +0200 | |
|---|---|---|
| committer | 2013-09-14 17:56:01 +0200 | |
| commit | 827859949d97770fad671fe1ee79d61e81796788 (patch) | |
| tree | 09ad4d87b7fa096d7c0504d9d3d2f3e8084b53dd /app | |
| parent | c63b52738c85ed76c795e62f3238f6cc32cc0b55 (diff) | |
| parent | 0859e69be044f1ae56b8492ff82e6de06b739d34 (diff) | |
Merge branch 'shortUnreadCategory' of https://github.com/Alkarex/FreshRSS into Alkarex-shortUnreadCategory
Diffstat (limited to 'app')
| -rw-r--r-- | app/layout/aside_flux.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_flux.phtml b/app/layout/aside_flux.phtml index ccbb0e213..5c954c8d9 100644 --- a/app/layout/aside_flux.phtml +++ b/app/layout/aside_flux.phtml @@ -59,7 +59,7 @@ <a class="btn<?php echo $c_active ? ' active' : ''; ?>" href="<?php echo _url ('index', 'index', 'get', 'c_' . $cat->id ()); ?>"> <?php echo $cat->name (); ?> <?php if ($catNotRead > 0) { ?> - <span class="notRead"><?php echo $catNotRead > 1 ? Translate::t ('not_reads', $catNotRead) : Translate::t ('not_read', $catNotRead); ?></span> + <span class="notRead" title="<?php echo $catNotRead > 1 ? Translate::t ('not_reads', $catNotRead) : Translate::t ('not_read', $catNotRead); ?>"><?php echo $catNotRead ; ?></span> <?php } ?> </a> </div> |
