Cleared an unnecessary BR.

This commit is contained in:
mindfaucet 2009-11-16 23:14:40 -07:00
parent f6699c87b0
commit 813f12540a
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@
<h2 class="pagetitle"><?php _e('Page Not Found','comicpress'); ?></h2>
<p><a href="<?php bloginfo('wpurl') ?>"><?php _e('Click here to return to the home page','comicpress'); ?></a> <?php _e('or try a search:','comicpress'); ?></p>
<p><?php include (get_template_directory() . '/searchform.php') ?></p>
<br class="clear-margins" />
</div>
<div class="post-page-foot"></div>
</div>