diff --git a/archivebox/core/utils.py b/archivebox/core/utils.py
index 3df46a51..39dca220 100644
--- a/archivebox/core/utils.py
+++ b/archivebox/core/utils.py
@@ -48,7 +48,7 @@ def get_icons(snapshot: Snapshot) -> str:
# The check for archive_org is different, so it has to be handled separately
target_path = Path(path) / "archive.org.txt"
exists = target_path.exists()
- output += '{} '.format(canon["archive_org_path"], str(exists),
+ output += '{} '.format(canon["archive_org_path"], str(exists),
"archive_org", icons.get("archive_org", "?"))
- return format_html(f'{output}')
+ return format_html(f'{output}')