diff --git a/webinterface.py b/webinterface.py index 28dbb117..f4b61a8a 100644 --- a/webinterface.py +++ b/webinterface.py @@ -4824,7 +4824,7 @@ def htmlHashTagSwarm(baseDir: str,actor: str) -> str: if tagCtr==0: tagSwarm.append(hashTagName) tagCtr+=1 - if tagCtr>2: + if tagCtr>3: break if tagCtr>0: tagSwarmCtr.append(tagCtr) @@ -4834,7 +4834,7 @@ def htmlHashTagSwarm(baseDir: str,actor: str) -> str: tagSwarmStr='' ctr=0 for tagName in tagSwarm: - if tagSwarmCtr[ctr]<3: + if tagSwarmCtr[ctr]<4: tagSwarmStr+= \ ''+tagName+' '