parent
2a1292359b
commit
f32ec5fb3c
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue