##// END OF EJS Templates
Removed spaceless mode from thread. Removed obsolete space from the post title
neko259 -
r904:00031b0b default
parent child Browse files
Show More
@@ -17,7 +17,7 b''
17 {% if not truncated and not thread.archived %}
17 {% if not truncated and not thread.archived %}
18 onclick="javascript:addQuickReply('{{ post.id }}'); return false;"
18 onclick="javascript:addQuickReply('{{ post.id }}'); return false;"
19 title="{% trans 'Quote' %}" {% endif %}>({{ post.id }})</a>
19 title="{% trans 'Quote' %}" {% endif %}>({{ post.id }})</a>
20 <span class="title">{{ post.title }} </span>
20 <span class="title">{{ post.title }}</span>
21 <span class="pub_time">{{ post.pub_time }}</span>
21 <span class="pub_time">{{ post.pub_time }}</span>
22 {% if thread.archived %}
22 {% if thread.archived %}
23 — {{ thread.bump_time }}
23 — {{ thread.bump_time }}
@@ -11,7 +11,6 b''
11 {% endblock %}
11 {% endblock %}
12
12
13 {% block content %}
13 {% block content %}
14 {% spaceless %}
15 {% get_current_language as LANGUAGE_CODE %}
14 {% get_current_language as LANGUAGE_CODE %}
16
15
17 {% cache 600 thread_view thread.id thread.last_edit_time moderator LANGUAGE_CODE %}
16 {% cache 600 thread_view thread.id thread.last_edit_time moderator LANGUAGE_CODE %}
@@ -73,8 +72,6 b''
73 <script src="{% static 'js/thread.js' %}"></script>
72 <script src="{% static 'js/thread.js' %}"></script>
74
73
75 {% endcache %}
74 {% endcache %}
76
77 {% endspaceless %}
78 {% endblock %}
75 {% endblock %}
79
76
80 {% block metapanel %}
77 {% block metapanel %}
General Comments 0
You need to be logged in to leave comments. Login now