From b99a7fb14adb403b03bb4939c9690073578ca657 Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 4 Jun 2013 22:40:06 +0200 Subject: [PATCH] fix display of unread count for rtl (fix #257) --- src/main/webapp/templates/_category.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/templates/_category.html b/src/main/webapp/templates/_category.html index 28f77f7a..c369926e 100644 --- a/src/main/webapp/templates/_category.html +++ b/src/main/webapp/templates/_category.html @@ -11,7 +11,7 @@ - {{categoryLabel(node)}} {{categoryCountLabel(node)}} + {{categoryLabel(node)}} ‎{{categoryCountLabel(node)}} @@ -31,7 +31,7 @@ - {{feed.name}} {{feedCountLabel(feed)}} + {{feed.name}} ‎{{feedCountLabel(feed)}}