1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-21 05:41:54 +02:00

Merge pull request #632 from aggroskater/bugfix/issue-617

This commit is contained in:
Nick Sweeting
2021-01-28 17:03:57 +02:00
committed by GitHub

View File

@@ -161,4 +161,4 @@ def snapshot_icons(snapshot) -> str:
output += '<a href="{}" class="exists-{}" title="{}">{}</a> '.format(canon["archive_org_path"], str(exists), output += '<a href="{}" class="exists-{}" title="{}">{}</a> '.format(canon["archive_org_path"], str(exists),
"archive_org", icons.get("archive_org", "?")) "archive_org", icons.get("archive_org", "?"))
return format_html(f'<span class="files-icons" style="font-size: 1.1em; opacity: 0.8">{output}<span>') return format_html('<span class="files-icons" style="font-size: 1.1em; opacity: 0.8">{}<span>', output)