diff --git a/templates/league-table.php b/templates/league-table.php index 17c3192b..53a56ade 100644 --- a/templates/league-table.php +++ b/templates/league-table.php @@ -28,7 +28,7 @@ extract( $defaults, EXTR_SKIP ); $output = '
'; if ( $show_caption ): - $output .= '

' . get_the_title( $id ) . '

'; + $output .= '

' . get_the_title( $id ) . '

'; endif; $output .= '' . '' . '';