##// 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
@@ -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