Adjust profile template wrapper class for consistency

This commit is contained in:
Brian Miyaji
2016-10-20 13:46:27 +11:00
parent e352d1a5b1
commit 0eab237f73
3 changed files with 3 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ endif;
if ( sizeof( $options ) > 1 ):
?>
<div class="sp-template sp-template-staff-selector sp-template-dropdown">
<div class="sp-template sp-template-staff-selector sp-template-profile-selector">
<select class="sp-profile-selector sp-staff-selector sp-selector-redirect">
<?php echo implode( $options ); ?>
</select>