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} |