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

@@ -49,7 +49,7 @@ if ( is_array( $teams ) ):
$data = sp_array_combine( $players, sp_array_value( $performance, $team_id, array() ) );
?>
<h4 class="sp-table=caption"><?php echo get_the_title( $team_id ); ?></h4>
<h4 class="sp-table-caption"><?php echo get_the_title( $team_id ); ?></h4>
<?php
if ( get_option( 'sportspress_event_show_staff', 'yes' ) == 'yes' ):
sp_get_template( 'event-staff.php', array( 'id' => $id, 'index' => $index ) );