diff options
Diffstat (limited to 'view/hide_comments.tpl')
-rw-r--r-- | view/hide_comments.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/hide_comments.tpl b/view/hide_comments.tpl index 123546bcc..55ee9dd7b 100644 --- a/view/hide_comments.tpl +++ b/view/hide_comments.tpl @@ -1,4 +1,4 @@ <div class="hide-comments-outer"> -$num_comments <span id="hide-comments-$id" class="hide-comments fakelink" onclick="showHideComments($id);">$hide_text</span> +<span id="hide-comments-total-$id" class="hide-comments-total">$num_comments</span> <span id="hide-comments-$id" class="hide-comments fakelink" onclick="showHideComments($id);">$hide_text</span> </div> <div id="collapsed-comments-$id" class="collapsed-comments" style="display: $display;"> |