Fix table caption classes

This commit is contained in:
Brian Miyaji
2014-07-20 01:10:25 +10:00
parent fb89c90834
commit 7bf7f35916
4 changed files with 4 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ if ( empty( $table_rows ) ):
else:
$output .= '<h4 class="sp-table=caption">' . __( 'Team Results', 'sportspress' ) . '</h4>';
$output .= '<h4 class="sp-table-caption">' . __( 'Team Results', 'sportspress' ) . '</h4>';
$output .= '<div class="sp-table-wrapper sp-scrollable-table-wrapper">' .
'<table class="sp-event-results sp-data-table sp-responsive-table"><thead>' .