openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #21267
[Merge] lp:~phill-ridout/openlp/1184869_2.0 into lp:openlp/2.0
Phill has proposed merging lp:~phill-ridout/openlp/1184869_2.0 into lp:openlp/2.0.
Requested reviews:
Raoul Snyman (raoul-snyman)
Tim Bentley (trb143)
Related bugs:
Bug #1184869 in OpenLP: "Webbible import fails"
https://bugs.launchpad.net/openlp/+bug/1184869
For more details, see:
https://code.launchpad.net/~phill-ridout/openlp/1184869_2.0/+merge/179766
Fixes #1184869 Ensures that there is text in the anchor tag
--
https://code.launchpad.net/~phill-ridout/openlp/1184869_2.0/+merge/179766
Your team OpenLP Core is subscribed to branch lp:openlp/2.0.
=== modified file 'openlp/plugins/bibles/lib/http.py'
--- openlp/plugins/bibles/lib/http.py 2013-08-03 20:26:46 +0000
+++ openlp/plugins/bibles/lib/http.py 2013-08-12 18:21:22 +0000
@@ -377,6 +377,7 @@
content = content.findAll(u'li')
return [
book.contents[0].contents[0] for book in content
+ if len(book.contents[0].contents)
]
Follow ups