diff --git a/recipes/economist.recipe b/recipes/economist.recipe index 796d32daee..eb904f34e2 100644 --- a/recipes/economist.recipe +++ b/recipes/economist.recipe @@ -31,7 +31,7 @@ def process_web_list(li_node): li_html += f'
  • {parse_textjson(li["textJson"])}
  • ' else: li_html += f'
  • {li.get("text", "")}
  • ' - return li_html + return '' def process_info_box(bx): diff --git a/recipes/economist_free.recipe b/recipes/economist_free.recipe index 796d32daee..eb904f34e2 100644 --- a/recipes/economist_free.recipe +++ b/recipes/economist_free.recipe @@ -31,7 +31,7 @@ def process_web_list(li_node): li_html += f'
  • {parse_textjson(li["textJson"])}
  • ' else: li_html += f'
  • {li.get("text", "")}
  • ' - return li_html + return '' def process_info_box(bx):