Category prefix

merge-requests/8/head
Bob Mottram 2020-12-02 22:03:49 +00:00
parent 0c4f4db9d6
commit 2e68e93fd7
1 changed files with 1 additions and 1 deletions

View File

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