Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Sidebar UL tags in wrong position to validate cleanly
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott R. Godin committed Sep 12, 2012
1 parent c543a5b commit 65740b6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions whiteboard/sidebar.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<div id="sidebar">
<ul>
<?php if ( ! dynamic_sidebar( 'Sidebar' )) : ?>

<ul>
<li id="sidebar-search" class="widget">
<h3><?php _e('Search'); ?></h3>
<?php get_search_form(); /* outputs the default Wordpress search form */ ?>
Expand Down Expand Up @@ -29,7 +28,6 @@
<?php wp_meta(); ?>
</ul>
</li>

<?php endif; ?>
</ul>
</div><!--sidebar-->
<?php endif; ?>
</div><!--sidebar-->

0 comments on commit 65740b6

Please sign in to comment.