Sort tags

main
Bob Mottram 2019-12-12 20:55:30 +00:00
parent 4dcd53c482
commit 5e58cfa8e0
1 changed files with 1 additions and 1 deletions

View File

@ -3774,7 +3774,7 @@ def htmlHashTagCloud(baseDir: str,path: str) -> str:
break break
if not tagCloud: if not tagCloud:
return '' return ''
tagCloud=tagCloud.sort() tagCloud.sort()
tagCloudHtml='<center>\n' tagCloudHtml='<center>\n'
tagCloudStr='' tagCloudStr=''
for tagName in tagCloud: for tagName in tagCloud: