From 595a0f853cc86081d00feb75a8ff6a8e31eb1610 Mon Sep 17 00:00:00 2001 From: Claromes Date: Tue, 16 Jul 2024 21:38:37 -0300 Subject: [PATCH] fix accordions on firefox --- waybacktweets/api/visualize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybacktweets/api/visualize.py b/waybacktweets/api/visualize.py index bb4def0..f679ca5 100644 --- a/waybacktweets/api/visualize.py +++ b/waybacktweets/api/visualize.py @@ -131,7 +131,7 @@ def generate(self) -> str: html += '
\n' html += f'
Loading...
\n' - html += f'\n' + html += f'\n' html += "
\n" html += "\n"