From b68030f1d7ae35bb4cd5c631a77fcf16c0f2b94d Mon Sep 17 00:00:00 2001 From: Shivan Sornarajah Date: Sun, 17 Jul 2016 16:30:50 +0100 Subject: [PATCH] Update financial_times_us.recipe --- recipes/financial_times_us.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/financial_times_us.recipe b/recipes/financial_times_us.recipe index 8358537f22..023ce7086a 100644 --- a/recipes/financial_times_us.recipe +++ b/recipes/financial_times_us.recipe @@ -111,7 +111,7 @@ class FinancialTimes(BasicNewsRecipe): section_title = 'Untitled' for column in soup.findAll('div', attrs={'class':'feedBoxes clearfix'}): - for section in column. findAll('div', attrs={'class':'feedBox'}): + for section in column.findAll('div', attrs={'class':'feedBox'}): sectiontitle=self.tag_to_string(section.find('h4')) if '...' not in sectiontitle: section_title=sectiontitle