diff --git a/webapp_search.py b/webapp_search.py index 38561885..557f2d66 100644 --- a/webapp_search.py +++ b/webapp_search.py @@ -116,8 +116,10 @@ def htmlSearchSharedItems(cssCache: {}, translate: {}, sharedItemsForm = \ htmlHeaderWithExternalStyle(cssFilename) sharedItemsForm += \ - '

' + translate['Shared Items Search'] + \ - '

' + '

' + \ + '' + \ + translate['Shared Items Search'] + \ + '

' resultsExist = False for subdir, dirs, files in os.walk(baseDir + '/accounts'): for handle in dirs: