cleaned up unnecessary br

This commit is contained in:
mindfaucet 2009-11-16 23:29:43 -07:00
parent 58201bac4e
commit 7a248c7acf
1 changed files with 1 additions and 5 deletions

View File

@ -40,7 +40,6 @@
<?php } ?>
<div class="searchresults"><?php printf(__ngettext("%d item.", "%d items.", $count,'comicpress'),$count); ?></div>
</div>
<br class="clear-margins" />
</div>
<div class="post-page-foot"></div>
</div>
@ -86,9 +85,8 @@
<div class="clear"></div>
</div>
<div class="comicarchiveframe" style="width:<?php echo $archive_comic_width; ?>px;">
<a href="<?php the_permalink() ?>"><img src="<?php the_comic_archive() ?>" alt="<?php the_title() ?>" title="Click for full size." width="<?php echo $archive_comic_width ?>" /></a><br />
<a href="<?php the_permalink() ?>"><img src="<?php the_comic_archive() ?>" alt="<?php the_title() ?>" title="Click for full size." width="<?php echo $archive_comic_width ?>" /></a>
</div>
<br class="clear-margins" />
</div>
<div class="post-comic-foot"></div>
</div>
@ -122,7 +120,6 @@
} else {
the_excerpt();
} ?>
<br class="clear-margins" />
<div class="post-extras">
<div class="tags">
<?php the_tags(__('&#9492; Tags:','comicpress'),'','','<br />'); ?>
@ -143,7 +140,6 @@
<h3><?php _e('No posts found.','comicpress'); ?></h3>
<p><?php _e('Try another search?','comicpress'); ?></p>
<p><?php include(get_template_directory() . '/searchform.php') ?></p>
<br class="clear-margins" />
</div>
<div class="post-foot"></div>
</div>