Merge pull request #580 from jgclarke/patch-1

Use `div`s consistently throughout templates.
This commit is contained in:
Konstantin Obenland 2014-11-12 14:49:17 -05:00
commit 6c783cd09f
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
get_header(); ?>
<section id="primary" class="content-area">
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<?php if ( have_posts() ) : ?>
@ -99,7 +99,7 @@ get_header(); ?>
<?php endif; ?>
</main><!-- #main -->
</section><!-- #primary -->
</div><!-- #primary -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>