mirror of https://gitlab.com/bashrc2/epicyon
More scope for div
parent
3f0957e958
commit
0c4f4db9d6
|
@ -245,10 +245,10 @@ def htmlSearchHashtagCategory(cssCache: {}, translate: {},
|
||||||
|
|
||||||
htmlStr = htmlHeaderWithExternalStyle(cssFilename)
|
htmlStr = htmlHeaderWithExternalStyle(cssFilename)
|
||||||
|
|
||||||
|
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 += categoryStr + '</a></h1>'
|
||||||
htmlStr += '<div class="follow">'
|
|
||||||
|
|
||||||
hashtagsDict = getHashtagCategories(baseDir, categoryStr)
|
hashtagsDict = getHashtagCategories(baseDir, categoryStr)
|
||||||
if hashtagsDict:
|
if hashtagsDict:
|
||||||
|
@ -259,7 +259,7 @@ def htmlSearchHashtagCategory(cssCache: {}, translate: {},
|
||||||
'<a href="' + actor + '/tags/' + tagName + \
|
'<a href="' + actor + '/tags/' + tagName + \
|
||||||
'" class="hashtagswarm">' + tagName + '</a>\n'
|
'" class="hashtagswarm">' + tagName + '</a>\n'
|
||||||
|
|
||||||
htmlStr += '</div>'
|
|
||||||
htmlStr += '</center>'
|
htmlStr += '</center>'
|
||||||
|
htmlStr += '</div>'
|
||||||
htmlStr += htmlFooter()
|
htmlStr += htmlFooter()
|
||||||
return htmlStr
|
return htmlStr
|
||||||
|
|
Loading…
Reference in New Issue