From ddd885dc3861ca5ed3a328f6d276b6b9be304b68 Mon Sep 17 00:00:00 2001
From: Erick Hitter <ehitter@gmail.com>
Date: Sun, 25 Aug 2013 11:35:50 -0400
Subject: [PATCH] Nitpicks

---
 tag-dropdown-widget.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tag-dropdown-widget.php b/tag-dropdown-widget.php
index b7b12db..12bde9e 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
-- 
GitLab