X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=76526bd54717efeaf2d56eed8f83ed6a6970e67d;hb=f32ec5fb3c2139546caec5d26bff3eb5b7d37255;hp=b4c4347a40c46addc904079ae31f36b6b08da707;hpb=5e58e6e2cf05a05b9615d6ab53d39579472a5c41;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index b4c4347a..76526bd5 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) {