template fixes

This commit is contained in:
Savetheinternet
2011-10-07 20:15:57 +11:00
parent 555688e880
commit a3ec79e969
2 changed files with 6 additions and 4 deletions

View File

@@ -96,6 +96,7 @@
<a href="{{ post.root }}{{ board.dir }}{{ config.dir.res }}{{ config.file_page|sprintf(post.id) }}">[Reply]</a>
{% endif %}
{{ post.postControls }}
</p>
<p class="body">
{% endfilter %}{% if index %}{{ post.body|truncate_body(post.link) }}{% else %}{{ post.body }}{% endif %}{% filter remove_whitespace %}
</p>