';
+ $body .= $built;
continue;
}
}
diff --git a/templates/post_reply.html b/templates/post_reply.html
index eaa92a74..d91c1e15 100644
--- a/templates/post_reply.html
+++ b/templates/post_reply.html
@@ -1,19 +1,19 @@
{% filter remove_whitespace %}
{# tabs and new lines will be ignored #}
-
+
diff --git a/templates/post_thread.html b/templates/post_thread.html
index 48f57c6d..b0cac726 100644
--- a/templates/post_thread.html
+++ b/templates/post_thread.html
@@ -1,10 +1,14 @@
{% filter remove_whitespace %}
{# tabs and new lines will be ignored #}
+{% if index %}
+
{% endfilter %}{% if index %}{{ post.body|truncate_body(post.link) }}{% else %}{{ post.body }}{% endif %}{% filter remove_whitespace %}
{% if post.omitted or post.omitted_images %}
@@ -130,4 +134,6 @@
{% include 'post_reply.html' %}
{% endfor %}
{% if hr %}{% endif %}
-
+{% if index %}
+