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

@@ -29,7 +29,7 @@ if ( $seasons ):
$data[ __( 'Season', 'sportspress' ) ] = $season->name;
endif;
?>
<h4 class="sp-table=caption"><?php _e( 'Details', 'sportspress' ); ?></h4>
<h4 class="sp-table-caption"><?php _e( 'Details', 'sportspress' ); ?></h4>
<div class="sp-table-wrapper sp-scrollable-table-wrapper">
<table class="sp-event-details sp-data-table">
<thead>