From 4dcd53c4829af0be9c376ef86acdc86aff81c10b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 12 Dec 2019 20:53:08 +0000 Subject: [PATCH] Sort tags --- webinterface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/webinterface.py b/webinterface.py index aec8d389..70df1a20 100644 --- a/webinterface.py +++ b/webinterface.py @@ -3774,6 +3774,7 @@ def htmlHashTagCloud(baseDir: str,path: str) -> str: break if not tagCloud: return '' + tagCloud=tagCloud.sort() tagCloudHtml='
\n' tagCloudStr='' for tagName in tagCloud: