From 0565e429c5c79cf32a89e2d8a9da7ee158cef4ee Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 7 Dec 2020 12:16:30 +0000 Subject: [PATCH] Link back to search screen --- webapp_search.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 += \