diff --git a/templates/post_reply.html b/templates/post_reply.html index e7343230..a8d1a37a 100644 --- a/templates/post_reply.html +++ b/templates/post_reply.html @@ -1,27 +1,32 @@ {% filter remove_whitespace %} {# tabs and new lines will be ignored #} -
-

- {% if not index %}{% endif %} - - - {% include 'post/poster_id.html' %}  - No. - {{ post.id }} +

+
+ >> +
+
+

+ {% if not index %}{% endif %} + + + {% include 'post/poster_id.html' %}  + No. + {{ post.id }}

- {% include 'post/fileinfo.html' %} - {% include 'post/post_controls.html' %} -
1 %}style="clear:both"{% endif %}> - {% endfilter %}{% if index %}{{ post.body|truncate_body(post.link) }}{% else %}{{ post.body }}{% endif %}{% filter remove_whitespace %} - {% if post.modifiers['ban message'] %} - {{ config.mod.ban_message|sprintf(post.modifiers['ban message']) }} - {% endif %} + {% include 'post/fileinfo.html' %} + {% include 'post/post_controls.html' %} +
1 %}style="clear:both"{% endif %}> + {% endfilter %}{% if index %}{{ post.body|truncate_body(post.link) }}{% else %}{{ post.body }}{% endif %}{% filter remove_whitespace %} + {% if post.modifiers['ban message'] %} + {{ config.mod.ban_message|sprintf(post.modifiers['ban message']) }} + {% endif %} +