##// END OF EJS Templates
Removed ID of thread div.
neko259 -
r257:7dee5d9e default
parent child Browse files
Show More
@@ -15,7 +15,7 b''
15
15
16 {% if posts %}
16 {% if posts %}
17 {% cache 600 thread_view posts.0.last_edit_time moderator LANGUAGE_CODE %}
17 {% cache 600 thread_view posts.0.last_edit_time moderator LANGUAGE_CODE %}
18 <div class="thread" id="posts">
18 <div class="thread">
19 {% for post in posts %}
19 {% for post in posts %}
20 {% if bumpable %}
20 {% if bumpable %}
21 <div class="post" id="{{ post.id }}">
21 <div class="post" id="{{ post.id }}">
General Comments 0
You need to be logged in to leave comments. Login now