This commit is contained in:
Kovid Goyal 2016-10-30 07:56:35 +05:30
commit 6fe47ec867

View file

@ -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)