This is a bug on the plug, you will have to edit the plugin. I will apply the fix on the next release.
just move this code in line 119 and 120
if( isset( $title ) )
echo $before_title. $title . $after_title . "\n";
just after line 123 so that the code looks like this
$output = $before_widget."\n";
if( isset( $title ) ) echo $before_title. $title . $after_title . "\n";