I'm using the module on a couple views pages on my site and getting an extra empty list item in my breadcrumbs (as the .last li) on every views page with a custom breadcrumb set.

Here's a sample of the HTML of the breadcrumb on the pages.

<div id="breadcrumb" class="clearfix"><ul class="breadcrumb"><li class="depth-1 odd first"><a href="/">Home</a> &nbsp;&nbsp;/</li><li class="depth-2 even">Teams &nbsp;&nbsp;/</li><li class="depth-3 odd last"></li></ul></div>