Include actor in path

main
Bob Mottram 2020-06-10 14:07:29 +01:00
parent c6a925e9e4
commit 0f5537ad37
1 changed files with 1 additions and 1 deletions

View File

@ -5883,7 +5883,7 @@ def htmlSearch(translate: {},
if os.path.isfile(searchBannerFilename): if os.path.isfile(searchBannerFilename):
followStr += \ followStr += \
'<center>><div class="searchBanner">' \ '<center>><div class="searchBanner">' \
'<img loading="lazy" src="/search_banner.png" ' \ '<img loading="lazy" src="' + actor + '/search_banner.png" ' \
'title="" alt=""></div></center>' 'title="" alt=""></div></center>'
# show the search box # show the search box