mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
Merge branch 'master' of https://github.com/marvil07/calibre
This commit is contained in:
commit
6fe47ec867
1 changed files with 2 additions and 0 deletions
|
|
@ -104,6 +104,8 @@ def parse_index(self):
|
|||
|
||||
elif 'SummaryHL' in curr.attrMap['class']:
|
||||
article_title = text
|
||||
if not article_title:
|
||||
article_title = _('Undefined article title')
|
||||
|
||||
if subsection:
|
||||
section_title = "%s: %s" % (section, subsection)
|
||||
|
|
|
|||
Loading…
Reference in a new issue