Banner appearance

main
Bob Mottram 2020-06-10 14:21:56 +01:00
parent 65e5e4eec3
commit 68971fb78c
1 changed files with 1 additions and 1 deletions

View File

@ -5881,7 +5881,7 @@ def htmlSearch(translate: {},
if os.path.isfile(themeSearchBannerFilename): if os.path.isfile(themeSearchBannerFilename):
copyfile(themeSearchBannerFilename, searchBannerFilename) copyfile(themeSearchBannerFilename, searchBannerFilename)
if os.path.isfile(searchBannerFilename): if os.path.isfile(searchBannerFilename):
followStr += '<center><div class="searchBanner"></div></center>' followStr += '<center><div class="searchBanner"> <br></div></center>'
# show the search box # show the search box
followStr += '<div class="follow">' followStr += '<div class="follow">'