When checking my website for xhtml compliance, I discovered extra closing anchor tags were being added to non-link entries in the study list module on my home page.
I believe these are because the switch statement in com_biblestudy/helpers/listing.php (line 420) is adding the closing anchor tag when $islink equals 0. I've removed the tag addition from case 0 in my installation and it appears to resolve the problem.