summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-09-14 17:56:01 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-09-14 17:56:01 +0200
commit827859949d97770fad671fe1ee79d61e81796788 (patch)
tree09ad4d87b7fa096d7c0504d9d3d2f3e8084b53dd /app
parentc63b52738c85ed76c795e62f3238f6cc32cc0b55 (diff)
parent0859e69be044f1ae56b8492ff82e6de06b739d34 (diff)
Merge branch 'shortUnreadCategory' of https://github.com/Alkarex/FreshRSS into Alkarex-shortUnreadCategory
Diffstat (limited to 'app')
-rw-r--r--app/layout/aside_flux.phtml2
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>