Skip to content
This repository has been archived by the owner on Aug 6, 2018. It is now read-only.

Commit

Permalink
Added closing a, fixes #20
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvan Hagen committed Feb 24, 2013
1 parent 19427cb commit 8e67924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav-top-bar.php
Expand Up @@ -14,7 +14,7 @@
<!-- <div class="contain-to-grid"> // enable to contain to grid -->
<nav class="top-bar">
<ul>
<li class="name"><h1><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></h1></li>
<li class="name"><h1><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1></li>
<li class="toggle-topbar"><a href="#"></a></li>
</ul>
<section>
Expand Down

0 comments on commit 8e67924

Please sign in to comment.