merge-requests/8/head
Bob Mottram 2020-12-02 22:08:31 +00:00
parent e93a209d58
commit 4978d77f23
1 changed files with 2 additions and 2 deletions

View File

@ -247,8 +247,8 @@ def htmlSearchHashtagCategory(cssCache: {}, translate: {},
htmlStr += '<div class="follow">'
htmlStr += '<center>'
htmlStr += '<h1><b><a href="' + actor + '/search">'
htmlStr += translate['Category'] + ': ' + categoryStr + '</a></b></h1>'
htmlStr += '<h1><a href="' + actor + '/search"><b>'
htmlStr += translate['Category'] + ': ' + categoryStr + '</b></a></h1>'
hashtagsDict = getHashtagCategories(baseDir, categoryStr)
if hashtagsDict: