forked from openlp/openlp
Fixes #1184869 Ensures that there is text in the anchor tag
This commit is contained in:
parent
3ec0337649
commit
a37ae5880f
@ -375,6 +375,7 @@ class BSExtract(object):
|
|||||||
content = content.findAll(u'li')
|
content = content.findAll(u'li')
|
||||||
return [
|
return [
|
||||||
book.contents[0].contents[0] for book in content
|
book.contents[0].contents[0] for book in content
|
||||||
|
if len(book.contents[0].contents)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user