diff --git a/webinterface.py b/webinterface.py index 69c42c2c4..5e5c3b391 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5869,7 +5869,7 @@ def htmlSearch(translate: {}, # show a banner above the search box searchBannerFilename = \ baseDir + '/accounts/' + searchNickname + '@' + domain + \ - '/search-banner.png' + '/search_banner.png' if not os.path.isfile(searchBannerFilename): theme = getConfigParam(baseDir, 'theme').lower() if theme == 'default': @@ -5883,8 +5883,8 @@ def htmlSearch(translate: {}, if os.path.isfile(searchBannerFilename): followStr += \ '
>
' \ - '
' + '' # show the search box followStr += '
'