From 5975c27a6a685db8274645106a670850c37b6ec8 Mon Sep 17 00:00:00 2001 From: Cristian Date: Fri, 25 Sep 2020 13:48:19 -0500 Subject: [PATCH] fix: Remove trailing slash from public index --- archivebox/core/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archivebox/core/utils.py b/archivebox/core/utils.py index 902eef01..1c24fe4d 100644 --- a/archivebox/core/utils.py +++ b/archivebox/core/utils.py @@ -14,11 +14,11 @@ def get_icons(snapshot: Snapshot) -> str: return format_html( '' - '🌐 ' + '🌐 ' '📄 ' '🖥 ' '🅷 ' - '🆆 ' + '🆆 ' '🗜 ' '📼 ' '📦 '