brianpurkiss/Whiteboard-Framework

sidebar php <ul> tags in wrong position

Closed this issue · 0 comments

This diff allows the default to validate cleanly. minor quibble, but there it is.

--- /home/webdragon/Projects/Whiteboard-Framework/whiteboard/sidebar.php    2012-06-06 13:40:23.235062681 -0400
+++ sidebar.php 2012-09-07 13:19:48.847612519 -0400
@@ -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 */ ?>
@@ -29,7 +28,6 @@
                    <?php wp_meta(); ?>
                </ul>
            </li>
-   
-       <?php endif; ?>
    </ul>
-</div><!--sidebar-->
\ No newline at end of file
+       <?php endif; ?>
+</div><!--sidebar-->