cleaned up unnecessary br
This commit is contained in:
parent
58201bac4e
commit
7a248c7acf
|
@ -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(__('└ 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>
|
||||
|
|
Loading…
Reference in New Issue