changed br to div clear

This commit is contained in:
mindfaucet 2009-11-17 00:00:47 -07:00
parent a369279d9d
commit fccf3f9061
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
<div class="post-head"></div> <div class="post-head"></div>
<div class="post"> <div class="post">
<p><?php _e('Sorry, no posts matched your criteria.','comicpress'); ?></p> <p><?php _e('Sorry, no posts matched your criteria.','comicpress'); ?></p>
<br class="clear-margins" /> <div class="clear"></div>
</div> </div>
<div class="post-foot"></div> <div class="post-foot"></div>
</div> </div>