diff --git a/website/web/__init__.py b/website/web/__init__.py
index 21e2092d..b7e2a8cb 100644
--- a/website/web/__init__.py
+++ b/website/web/__init__.py
@@ -1970,7 +1970,7 @@ def __prepare_node_view(capture_uuid: str, nodes: set[str], from_popup: bool=Fal
for node in nodes:
to_return += '
'
if from_popup:
- to_return += f"""{node}"""
+ to_return += f"""{node}"""
else:
to_return += f'{node}'
to_return += ''
@@ -1995,7 +1995,7 @@ def post_table(table_name: str, value: str) -> Response:
'url': f"""{url}"""
}
if from_popup:
- to_append['capture_title'] = f""" {title}"""
+ to_append['capture_title'] = f""" {title}"""
else:
to_append['capture_title'] = f"""{title}"""
prepared_captures.append(to_append)
@@ -2012,7 +2012,7 @@ def post_table(table_name: str, value: str) -> Response:
'landing_page': f"""{landing_page}"""
}
if from_popup:
- to_append['capture_title'] = f"""{title}"""
+ to_append['capture_title'] = f"""{title}"""
else:
to_append['capture_title'] = f"""{title}"""
to_append['capture_title'] += f'{_nodes}'
@@ -2029,7 +2029,7 @@ def post_table(table_name: str, value: str) -> Response:
'url': f"""{url}"""
}
if from_popup:
- to_append['capture_title'] = f""" {title}"""
+ to_append['capture_title'] = f""" {title}"""
else:
to_append['capture_title'] = f"""{title}"""
prepared_captures.append(to_append)