# HG changeset patch # User neko259 # Date 2015-01-02 15:16:34 # Node ID 00031b0b7bca9538a4cb9c0a7619178e6d48d6a4 # Parent 0de4b8025cafcf8c53664015166072fbb4d9c674 Removed spaceless mode from thread. Removed obsolete space from the post title diff --git a/boards/templates/boards/post.html b/boards/templates/boards/post.html --- a/boards/templates/boards/post.html +++ b/boards/templates/boards/post.html @@ -17,7 +17,7 @@ {% if not truncated and not thread.archived %} onclick="javascript:addQuickReply('{{ post.id }}'); return false;" title="{% trans 'Quote' %}" {% endif %}>({{ post.id }}) - {{ post.title }} + {{ post.title }} {{ post.pub_time }} {% if thread.archived %} — {{ thread.bump_time }} diff --git a/boards/templates/boards/thread.html b/boards/templates/boards/thread.html --- a/boards/templates/boards/thread.html +++ b/boards/templates/boards/thread.html @@ -11,7 +11,6 @@ {% endblock %} {% block content %} - {% spaceless %} {% get_current_language as LANGUAGE_CODE %} {% cache 600 thread_view thread.id thread.last_edit_time moderator LANGUAGE_CODE %} @@ -73,8 +72,6 @@ {% endcache %} - - {% endspaceless %} {% endblock %} {% block metapanel %}