Closing DIV comment for site-branding

Call it OCD, but I feel like we need a closing DIV comment for  ```site-branding``` :)
This commit is contained in:
Emil Uzelac 2014-11-02 22:40:09 -06:00
parent 964c19070f
commit 78afbb911b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
<div class="site-branding">
<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
<h2 class="site-description"><?php bloginfo( 'description' ); ?></h2>
</div>
</div><!-- .site-branding -->
<nav id="site-navigation" class="main-navigation" role="navigation">
<button class="menu-toggle"><?php _e( 'Primary Menu', '_s' ); ?></button>