diff --git a/templates/league-table.php b/templates/league-table.php index ef573cbe..8989319f 100644 --- a/templates/league-table.php +++ b/templates/league-table.php @@ -24,9 +24,9 @@ $defaults = array( extract( $defaults, EXTR_SKIP ); -$output = '
'; +$output = '

' . get_the_title( $id ) . '

'; -$output .= '

' . get_the_title( $id ) . '

'; +$output .= '
'; $output .= '' . '' . '';