Sort tags

main
Bob Mottram 2019-12-12 20:53:08 +00:00
parent e66487f8fa
commit 4dcd53c482
1 changed files with 1 additions and 0 deletions

View File

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