I also added another ID in with a div surronding the output:
Line 85:
if ( $title ) echo '<div id="' . $this_taxonomy . '">' . $before_title . $title . $after_title;
I had to do this to determine the difference between two widgets, simply because I use multiple custom Taxonomies.
Thanks for the plugin – super helpful and a big time saver.