Fix event details box markup
This commit is contained in:
@@ -24,8 +24,7 @@ class SP_Meta_Box_Event_Details {
|
||||
$season_id = sp_get_the_term_id( $post->ID, 'sp_season', 0 );
|
||||
$venue_id = sp_get_the_term_id( $post->ID, 'sp_venue', 0 );
|
||||
?>
|
||||
<div>
|
||||
<fieldset class="sp-event-format-field sp-league-event-field sp-friendly-event-field">
|
||||
<div class="sp-event-league-field">
|
||||
<p><strong><?php _e( 'League', 'sportspress' ); ?></strong></p>
|
||||
<p>
|
||||
<?php
|
||||
@@ -41,6 +40,8 @@ class SP_Meta_Box_Event_Details {
|
||||
endif;
|
||||
?>
|
||||
</p>
|
||||
</div>
|
||||
<div class="sp-event-season-field">
|
||||
<p><strong><?php _e( 'Season', 'sportspress' ); ?></strong></p>
|
||||
<p>
|
||||
<?php
|
||||
@@ -56,7 +57,8 @@ class SP_Meta_Box_Event_Details {
|
||||
endif;
|
||||
?>
|
||||
</p>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="sp-event-venue-field">
|
||||
<p><strong><?php _e( 'Venue', 'sportspress' ); ?></strong></p>
|
||||
<p>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user