<section> changed to <div>

This commit is contained in:
Alexander Agnarson 2017-03-05 21:42:46 +01:00
parent 148ec2680d
commit eda3e132f2
10 changed files with 22 additions and 22 deletions

View file

@ -1,6 +1,6 @@
<?php if ( post_password_required() ) { return; } ?>
<section id="comments" class="themeform">
<div id="comments" class="themeform">
<?php if ( have_comments() ) : global $wp_query; ?>
@ -58,4 +58,4 @@
<?php if ( comments_open() ) { comment_form(); } ?>
</section><!--/#comments-->
</div><!--/#comments-->