diff --git a/archivebox/index/html.py b/archivebox/index/html.py index 91ff83cd..28f25fde 100644 --- a/archivebox/index/html.py +++ b/archivebox/index/html.py @@ -161,4 +161,4 @@ def snapshot_icons(snapshot) -> str: output += '{} '.format(canon["archive_org_path"], str(exists), "archive_org", icons.get("archive_org", "?")) - return format_html('{}', mark_safe(output)) + return format_html('{}', mark_safe(output)) diff --git a/archivebox/themes/default/main_index_row.html b/archivebox/themes/default/main_index_row.html index cb821f61..bcc3e112 100644 --- a/archivebox/themes/default/main_index_row.html +++ b/archivebox/themes/default/main_index_row.html @@ -6,7 +6,7 @@ {% if link.is_archived %} {% else %} - + {% endif %} @@ -28,7 +28,7 @@ {{link.icons}} {{link.num_outputs}} {% else %} 📄 - {{link.num_outputs}} + {{link.num_outputs}} {% endif %}