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>

View File

@ -73,7 +73,7 @@
{% if post.mod and post.mod|hasPermission(config.mod.show_ip, board.uri) %}
[<a style="margin:0;" href="?/IP/{{ post.ip }}">{{ post.ip }}</a>]
{% endif %}
<time itemprop="dateCreated" datetime="{{ post.time|date('c') }}" pubdate>{{ post.time|date(config.post_date) }}</time>
<time itemprop="dateCreated" datetime="{{ post.time|date('c') }}">{{ post.time|date(config.post_date) }}</time>
</label>
{% if config.poster_ids %}
ID: {{ post.ip|poster_id(post.id) }}