diff --git a/webapp_search.py b/webapp_search.py index 557f2d66..4256c5eb 100644 --- a/webapp_search.py +++ b/webapp_search.py @@ -540,8 +540,15 @@ def htmlHistorySearch(cssCache: {}, translate: {}, baseDir: str, htmlHeaderWithExternalStyle(cssFilename) # add the page title + domainFull = domain + if port: + if port != 80 and port != 443: + domainFull = domain + ':' + str(port) + actor = httpPrefix + '://' + domainFull + '/users/' + nickname historySearchForm += \ - '

' + translate['Your Posts'] + '

' + '

' + \ + translate['Your Posts'] + \ + '

' if len(boxFilenames) == 0: historySearchForm += \