forked from openlp/openlp
Fix bug #1184869: Ensure that there is text in the anchor tag
bzr-revno: 2156 Fixes: https://launchpad.net/bugs/1184869
This commit is contained in:
commit
82a7641302
@ -377,6 +377,7 @@ class BSExtract(object):
|
||||
content = content.findAll(u'li')
|
||||
return [
|
||||
book.contents[0].contents[0] for book in content
|
||||
if len(book.contents[0].contents)
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user