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
if not tagCloud:
return ''
tagCloud=tagCloud.sort()
tagCloud.sort()
tagCloudHtml='<center>\n'
tagCloudStr=''
for tagName in tagCloud: