From b20e9472edc46dc31c2f696694c6750f4794a6fd Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Thu, 17 Nov 2011 15:29:36 +1100 Subject: [PATCH] ... --- templates/post_reply.html | 2 +- templates/post_thread.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/post_reply.html b/templates/post_reply.html index c115da82..d16a27f3 100644 --- a/templates/post_reply.html +++ b/templates/post_reply.html @@ -92,7 +92,7 @@ {% endif %} {{ post.postControls }} -

+

{% endfilter %}{% if index %}{{ post.body|truncate_body(post.link) }}{% else %}{{ post.body }}{% endif %}{% filter remove_whitespace %}

diff --git a/templates/post_thread.html b/templates/post_thread.html index 5ed44618..09eaca8d 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -73,7 +73,7 @@ {% if post.mod and post.mod|hasPermission(config.mod.show_ip, board.uri) %} [{{ post.ip }}] {% endif %} - + {% if config.poster_ids %} ID: {{ post.ip|poster_id(post.id) }}