##// END OF EJS Templates
REALLY removed the spaces from the post id for validation purposes.
neko259 -
r135:92e3de2a default
parent child Browse files
Show More
@@ -23,7 +23,7 b''
23 {% for thread in threads %}
23 {% for thread in threads %}
24 <div class="thread">
24 <div class="thread">
25 {% if thread.can_bump %}
25 {% if thread.can_bump %}
26 <div class="post" id=" {{thread.id}} ">
26 <div class="post" id="{{thread.id}}">
27 {% else %}
27 {% else %}
28 <div class="post dead_post" id="{{ thread.id }}">
28 <div class="post dead_post" id="{{ thread.id }}">
29 {% endif %}
29 {% endif %}
General Comments 0
You need to be logged in to leave comments. Login now