From cfe8d9b5e6f80382848b4c5b763089848d025477 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 1 Feb 2021 20:20:13 +0000 Subject: [PATCH] Clear alt text on search screen --- webapp_search.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp_search.py b/webapp_search.py index a574cb31b..af512fe38 100644 --- a/webapp_search.py +++ b/webapp_search.py @@ -348,7 +348,7 @@ def htmlSearch(cssCache: {}, translate: {}, translate['Switch to timeline view'] + '" alt="' + \ translate['Switch to timeline view'] + '">\n' followStr += '\n' + \ + usersPath + '/' + searchBannerFile + '" alt="" />\n' + \ '\n' # show the search box @@ -496,7 +496,7 @@ def htmlSkillsSearch(actor: str, actor + '/skills">' skillSearchForm += \ '' + actorName + \ + '" alt="" />' + actorName + \ '' ctr += 1 if ctr >= postsPerPage: