From 6ab8deefecbbbdb6b6431957a4100de3b300a457 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 22 Aug 2022 23:22:13 +0100 Subject: [PATCH] World icon --- maps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps.py b/maps.py index 95350fca4..5a6eafac7 100644 --- a/maps.py +++ b/maps.py @@ -617,5 +617,5 @@ def html_hashtag_maps(base_dir: str, tag_name: str, '" download="' + download_filename + '">' + \ description + '' if html_str: - html_str = '
' + html_str + '
\n' + html_str = '
🌍 ' + html_str + '
\n' return html_str