mirror of https://gitlab.com/bashrc2/epicyon
Follow div
parent
ef57800d8f
commit
3f0957e958
|
@ -248,6 +248,7 @@ def htmlSearchHashtagCategory(cssCache: {}, translate: {},
|
|||
htmlStr += '<center>'
|
||||
htmlStr += '<h1><a href="' + actor + '/search">'
|
||||
htmlStr += categoryStr + '</a></h1>'
|
||||
htmlStr += '<div class="follow">'
|
||||
|
||||
hashtagsDict = getHashtagCategories(baseDir, categoryStr)
|
||||
if hashtagsDict:
|
||||
|
@ -258,6 +259,7 @@ def htmlSearchHashtagCategory(cssCache: {}, translate: {},
|
|||
'<a href="' + actor + '/tags/' + tagName + \
|
||||
'" class="hashtagswarm">' + tagName + '</a>\n'
|
||||
|
||||
htmlStr += '</div>'
|
||||
htmlStr += '</center>'
|
||||
htmlStr += htmlFooter()
|
||||
return htmlStr
|
||||
|
|
Loading…
Reference in New Issue