1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-22 21:40:15 +01:00

Added missing <tbody> tag

This commit is contained in:
marktaiwan 2015-03-12 11:02:03 +08:00
parent 13ca4b6a77
commit 2aeb4db98b

View File

@ -7,7 +7,7 @@
<input type="hidden" name="page" value="{{ current_page }}"> <input type="hidden" name="page" value="{{ current_page }}">
{% endif %} {% endif %}
{% if mod %}<input type="hidden" name="mod" value="1">{% endif %} {% if mod %}<input type="hidden" name="mod" value="1">{% endif %}
<table class="post-table"> <table class="post-table"><tbody>
{% if not config.field_disable_name or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %}<tr> {% if not config.field_disable_name or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %}<tr>
<th> <th>
{% trans %}Name{% endtrans %} {% trans %}Name{% endtrans %}
@ -111,7 +111,8 @@
<strong class="faq-message unimportant hint"><br />Confused? See the <a href="/faq.html">FAQ</a>.</strong> <strong class="faq-message unimportant hint"><br />Confused? See the <a href="/faq.html">FAQ</a>.</strong>
</td> </td>
</tr> </tr>
</tbody></table><table class="post-table-options"><tbody> </tbody></table>
<table class="post-table-options"><tbody>
{% if config.user_flag %} {% if config.user_flag %}
<tr> <tr>
@ -222,7 +223,7 @@
</p> </p>
</td> </td>
</tr> </tr>
</table> </tbody></table>
</form> </form>
</div> </div>
</div> </div>