Skip to content

Commit 9d1dfab

Browse files
committed
fix html nesting
props @MatzeKitt fixes #504
1 parent 6b85a47 commit 9d1dfab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/webmention-comments.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818
}
1919
?>
2020

21+
<h2><?php echo get_webmention_comment_type_attr( $mention_type, 'label' ); ?></h2>
2122
<ul class="reaction-list reaction-list--<?php echo esc_attr( $mention_type ); ?>">
22-
<h2><?php echo get_webmention_comment_type_attr( $mention_type, 'label' ); ?></h2>
23-
2423
<?php
2524
if ( ( $fold_limit > 0 ) && $fold_limit < count( $mentions ) ) {
2625
$overflow = array_slice( $mentions, $fold_limit );

0 commit comments

Comments
 (0)