changed br to div clear

This commit is contained in:
mindfaucet 2009-11-16 23:37:46 -07:00
parent ec738f014b
commit 923fc243fe
1 changed files with 1 additions and 1 deletions

View File

@ -14,8 +14,8 @@ Template Name: Archives
<ul><?php wp_get_archives('type=monthly') ?></ul>
<h2><?php _e('Archives by Subject:','comicpress'); ?></h2>
<ul><?php wp_list_categories() ?></ul>
<br class="clear-margins" />
</div>
<div class="clear"></div>
</div>
<div class="post-page-foot"></div>
</div>