diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php
index a0dbcdd1..3d91d53e 100644
--- a/includes/sp-core-functions.php
+++ b/includes/sp-core-functions.php
@@ -564,7 +564,7 @@ if ( !function_exists( 'sp_dropdown_taxonomies' ) ) {
if ( strpos( $property, 'multiple' ) === false ):
if ( $args['show_option_blank'] ):
- echo '';
+ echo '';
endif;
if ( $args['show_option_all'] ):
printf( '', $args['show_option_all'] );