Merge pull request #175 from braden337/master

_s: site-navigation is an id not a class, silly!
This commit is contained in:
Konstantin Obenland 2013-03-07 22:10:34 -08:00
commit bdecbd3734
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">