aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html')
-rw-r--r--juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html b/juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html
index a6e4522e..f273dec7 100644
--- a/juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html
+++ b/juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html
@@ -37,7 +37,7 @@
{% if msg.VisitorCanComment %}
&middot; <a href="/post?body=%23{{ msg.mid }}/{{ msg.rid }}%20" class="a-thread-comment">{{ i18n("messages","reply.reply") }}</a>
</div>
- <div class="msg-comment msg-comment-hidden"></div>
+ <div class="msg-comment-target msg-comment-hidden"></div>
{% elseif visitor.uid == 0 %}
&middot; <a href="#" class="a-login">{{ i18n("messages","reply.reply") }}</a>
</div>