More HTML5 microdata experimentation

This commit is contained in:
Savetheinternet 2011-11-16 20:45:04 +11:00
parent 0ba885d9c1
commit 03f0d8f0f5
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{% filter remove_whitespace %}
{# tabs and new lines will be ignored #}
<div class="post reply" id="reply_{{ post.id }}" itemscope>
<div class="post reply" id="reply_{{ post.id }}" itemscope itemid="/{{ board.uri }}/{{ post.id }}">
<p class="intro"{% if not index %} id="{{ post.id }}"{% endif %}>
<input type="checkbox" class="delete" name="delete_{{ post.id }}" id="delete_{{ post.id }}" />