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