This commit is contained in:
Savetheinternet 2011-11-17 15:29:36 +11:00
parent 6d82894b82
commit b20e9472ed
2 changed files with 2 additions and 2 deletions

View file

@ -92,7 +92,7 @@
</a>
{% endif %}
{{ post.postControls }}
<p itemprop="text" class="body">
<p itemprop="commentText" class="body">
{% endfilter %}{% if index %}{{ post.body|truncate_body(post.link) }}{% else %}{{ post.body }}{% endif %}{% filter remove_whitespace %}
</p>
</div>