From de1f1dfb4acd4ba151a1d21f2a26c26056fbd151 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Sun, 11 May 2014 19:11:51 +1000 Subject: [PATCH] Fix league table caption markup --- templates/league-table.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 .= '' . '' . '';