From 198453b842761ed7f390da8741499562ecc0ee0f Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Fri, 21 Mar 2014 14:52:47 +1100 Subject: [PATCH] Fix responsive tables in events page --- admin/templates/event-details.php | 2 +- admin/templates/event-results.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/templates/event-details.php b/admin/templates/event-details.php index 130549fd..84fa7512 100644 --- a/admin/templates/event-details.php +++ b/admin/templates/event-details.php @@ -25,7 +25,7 @@ if ( !function_exists( 'sportspress_event_details' ) ) { $output = '

' . __( 'Details', 'sportspress' ) . '

'; $output .= '
' . - ''; + '
'; $i = 0; diff --git a/admin/templates/event-results.php b/admin/templates/event-results.php index 90d744e7..9da25994 100644 --- a/admin/templates/event-results.php +++ b/admin/templates/event-results.php @@ -26,7 +26,7 @@ if ( !function_exists( 'sportspress_event_results' ) ) { $table_rows .= ''; - $table_rows .= ''; + $table_rows .= ''; foreach( $result_labels as $key => $label ): if ( $key == 'name' )
' . get_the_title( $team_id ) . '' . get_the_title( $team_id ) . '