From 8369ca0b87eff66c50a8e2ec89cd2f5740f5a6dc Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 18 Feb 2021 02:34:56 -0500 Subject: [PATCH] fix snapshot detail page titles garbled due to double escaping --- archivebox/templates/core/snapshot.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivebox/templates/core/snapshot.html b/archivebox/templates/core/snapshot.html index 3c6fd64b..6e9c5e23 100644 --- a/archivebox/templates/core/snapshot.html +++ b/archivebox/templates/core/snapshot.html @@ -279,7 +279,7 @@
Favicon    - {{title}} + {{title|safe}}