From 259ad42b319d156128bc3cd3f76995ae45d844f3 Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Tue, 5 Nov 2013 14:40:46 -0500 Subject: [PATCH] numbers are strong --- public/templates/category.tpl | 8 ++++---- public/templates/recent.tpl | 8 ++++---- public/templates/unread.tpl | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/public/templates/category.tpl b/public/templates/category.tpl index c0bb4ec422..d9cc68626d 100644 --- a/public/templates/category.tpl +++ b/public/templates/category.tpl @@ -45,13 +45,13 @@ - posts - {topics.postcount} + posts + {topics.postcount} | - views - {topics.viewcount} + views + {topics.viewcount} | diff --git a/public/templates/recent.tpl b/public/templates/recent.tpl index 20bc561370..20fc857660 100644 --- a/public/templates/recent.tpl +++ b/public/templates/recent.tpl @@ -33,13 +33,13 @@ - posts - {topics.postcount} + posts + {topics.postcount} | - views - {topics.viewcount} + views + {topics.viewcount} | diff --git a/public/templates/unread.tpl b/public/templates/unread.tpl index 7a4e7b1fc2..29ac5e454e 100644 --- a/public/templates/unread.tpl +++ b/public/templates/unread.tpl @@ -27,13 +27,13 @@ - posts - {topics.postcount} + posts + {topics.postcount} | - views - {topics.viewcount} + views + {topics.viewcount} |