1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-07 18:51:33 +00:00

tweak tag cloud

This commit is contained in:
Andrew Dolgov
2007-05-17 13:05:13 +01:00
parent b31af972f2
commit 4548a580c5
2 changed files with 1 additions and 3 deletions

View File

@@ -3872,7 +3872,7 @@
ksort($tags);
$max_size = 32; // max font size in pixels
$min_size = 9; // min font size in pixels
$min_size = 11; // min font size in pixels
// largest and smallest array values
$max_qty = max(array_values($tags));