diff --git a/index.php b/index.php index b4c4347..76526bd 100644 --- a/index.php +++ b/index.php @@ -803,7 +803,7 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history) $maxcount = max($maxcount, $value); } - alphabetical_sort($tags, true, true); + alphabetical_sort($tags, false, true); $tagList = array(); foreach($tags as $key => $value) {