diff --git a/tag-dropdown-widget.php b/tag-dropdown-widget.php
index b7b12db7afc88a2cf3ec08567ad3716fd1ab549f..12bde9e5de79aabe0a68001621c9c79358a3e1a7 100644
--- a/tag-dropdown-widget.php
+++ b/tag-dropdown-widget.php
@@ -628,6 +628,5 @@ if ( ! function_exists( 'makeTagDropdown' ) ):
 		);
 
 		echo '<!-- NOTICE: The function used to generate this dropdown list is deprecated as of version 1.6 of Taxonomy Dropdown Widget. You should update your template to use `taxonomy_dropdown_widget` instead. -->' . taxonomy_dropdown_widget_plugin::get_instance()->render_dropdown( $options, 'legacy_mtd' );
-}
+	}
 endif;
-?>
\ No newline at end of file