diff --git a/recipes/economist_search.recipe b/recipes/economist_search.recipe index f5ea674d54..f915f9e1f9 100644 --- a/recipes/economist_search.recipe +++ b/recipes/economist_search.recipe @@ -28,6 +28,7 @@ def process_info_box(bx): info += f'
{process_node(x)}' return info + def process_node(node): ntype = node.get('type', '') if ntype == 'CROSSHEAD':