mirror of https://gitlab.com/bashrc2/epicyon
Remove line
parent
7254c05d81
commit
dd796e84ae
|
@ -204,7 +204,7 @@ def htmlHashTagSwarm(baseDir: str, actor: str, translate: {}) -> str:
|
||||||
categorySwarmStr += \
|
categorySwarmStr += \
|
||||||
'<a href="' + actor + '/category/' + categoryStr + \
|
'<a href="' + actor + '/category/' + categoryStr + \
|
||||||
'" class="hashtagswarm"><b>' + categoryStr + '</b></a>\n'
|
'" class="hashtagswarm"><b>' + categoryStr + '</b></a>\n'
|
||||||
categorySwarmStr += '<br><br>\n'
|
categorySwarmStr += '<br>\n'
|
||||||
|
|
||||||
# swarm of tags
|
# swarm of tags
|
||||||
tagSwarmStr = ''
|
tagSwarmStr = ''
|
||||||
|
|
Loading…
Reference in New Issue