diff --git a/public/src/forum/topic.js b/public/src/forum/topic.js index 70b3172d8b..d17b136c63 100644 --- a/public/src/forum/topic.js +++ b/public/src/forum/topic.js @@ -19,8 +19,9 @@ define(['composer'], function(composer) { }, topic_name = templates.get('topic_name'), currentPage = parseInt(templates.get('currentPage'), 10), - pageCount = parseInt(templates.get('pageCount'), 10), - Topic.postCount = templates.get('postcount'); + pageCount = parseInt(templates.get('pageCount'), 10); + + Topic.postCount = templates.get('postcount'); function fixDeleteStateForPosts() { diff --git a/public/templates/topic.tpl b/public/templates/topic.tpl index 1aabe3c8c0..36b3a63076 100644 --- a/public/templates/topic.tpl +++ b/public/templates/topic.tpl @@ -1,5 +1,7 @@ + + @@ -201,12 +203,17 @@
- - - + +
+ +
+