From 01920a04ee4b0cbed9e50f958099ffbf661cbde9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 6 Feb 2021 11:39:32 +0000 Subject: [PATCH] Semantic highlight for follow request --- webapp_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp_utils.py b/webapp_utils.py index 1bad83836..f16b11bfb 100644 --- a/webapp_utils.py +++ b/webapp_utils.py @@ -898,10 +898,10 @@ def htmlKeyboardNavigation(banner: str, links: {}, # show new follower approvals if usersPath and translate and followApprovals: - htmlStr += '

' # show the list of links for title, url in links.items():