aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-08-25 19:25:00 +0200
committerArthurHoaro <arthur@hoa.ro>2017-08-25 19:25:09 +0200
commitf32ec5fb3c2139546caec5d26bff3eb5b7d37255 (patch)
tree047f6ae2d6d7ab88d3e019e8644dd75d91572fe8 /index.php
parent2a1292359b79ec77257583ea9d97891dfd2ddb1b (diff)
downloadShaarli-f32ec5fb3c2139546caec5d26bff3eb5b7d37255.tar.gz
Shaarli-f32ec5fb3c2139546caec5d26bff3eb5b7d37255.tar.zst
Shaarli-f32ec5fb3c2139546caec5d26bff3eb5b7d37255.zip
Sort tag cloud in alphabetical order
Fixes #932
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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)
803 $maxcount = max($maxcount, $value); 803 $maxcount = max($maxcount, $value);
804 } 804 }
805 805
806 alphabetical_sort($tags, true, true); 806 alphabetical_sort($tags, false, true);
807 807
808 $tagList = array(); 808 $tagList = array();
809 foreach($tags as $key => $value) { 809 foreach($tags as $key => $value) {