##// END OF EJS Templates
Escape post title
neko259 -
r1953:d2215f6e default
parent child Browse files
Show More
@@ -10,7 +10,7 b''
10 {% if is_opening and thread.is_stickerpack %}
10 {% if is_opening and thread.is_stickerpack %}
11 📷
11 📷
12 {% endif %}
12 {% endif %}
13 <span class="title">{{ post.title }}</span>
13 <span class="title">{{ post.title|escape }}</span>
14 {% if perms.boards.change_post and post.has_ip %}
14 {% if perms.boards.change_post and post.has_ip %}
15 <span class="pub_time" style="border-bottom: solid 2px #{{ post.get_ip_color }};" title="{{ post.poster_ip }}">
15 <span class="pub_time" style="border-bottom: solid 2px #{{ post.get_ip_color }};" title="{{ post.poster_ip }}">
16 {% else %}
16 {% else %}
General Comments 0
You need to be logged in to leave comments. Login now