Skip to content

Commit 548339f

Browse files
committed
class="u-email" was on the wrong entity
1 parent 97850bd commit 548339f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/h-card.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<p class="hcard-name p-name n"><?php echo $name; ?></p>
1010
<?php }
1111
if ( $args['email'] ) { ?>
12-
<p class="u-email">
13-
<a rel="me" href="mailto:<?php echo $email; ?>"><?php echo $email; ?></a>
12+
<p>
13+
<a class="u-email" rel="me" href="mailto:<?php echo $email; ?>"><?php echo $email; ?></a>
1414
</p>
1515
<?php } ?>
1616
</div> <!-- end hcard-header -->

0 commit comments

Comments
 (0)