Changed nav closing tag comment to indicate CSS id

This commit is contained in:
Braden Jonsson 2013-03-07 23:57:36 -06:00
parent 06463db11d
commit e6f6225214
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
<div class="assistive-text skip-link"><a href="#content" title="<?php esc_attr_e( 'Skip to content', '_s' ); ?>"><?php _e( 'Skip to content', '_s' ); ?></a></div>
<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
</nav><!-- .site-navigation -->
</nav><!-- #site-navigation -->
</header><!-- #masthead -->
<div id="main" class="site-main">