Skip to content

Commit efefc2f

Browse files
committed
Collapsed unnecessary whitespace
1 parent 373d66c commit efefc2f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

index.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,7 @@
2323
if(!has_post_format('aside') && !has_post_format('image')) {
2424
?>
2525
<h6>Author</h6>
26-
<p class="vcard author">
27-
<cite class="fn">
28-
<a class="url" href="<?php the_author_meta('user_url') ?>" title="Visit the author’s site">
29-
<?php the_author_meta('display_name'); ?>
30-
</a>
31-
</cite>
32-
</p>
26+
<p class="vcard author"><cite class="fn"><a class="url" href="<?php the_author_meta('user_url') ?>" title="Visit the author’s site"><?php the_author_meta('display_name'); ?></a></cite></p>
3327
<?php if (has_tag()) { ?>
3428
<h6>Tags</h6>
3529
<p><?php the_tags( '', ', ', '' ) ?></p>

0 commit comments

Comments
 (0)