mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-29 05:21:29 +00:00
clip max displayed counter value to 9999 because of container node width
This commit is contained in:
@@ -140,7 +140,7 @@ class Pref_Feeds extends Handler_Protected {
|
||||
}
|
||||
|
||||
foreach (array(-4, -3, -1, -2, 0, -6) as $i) {
|
||||
array_push($cat['items'], $this->feedlist_init_feed($i));
|
||||
array_push($cat['items'], $this->feedlist_init_feed($i, false, 0));
|
||||
}
|
||||
|
||||
/* Plugin feeds for -1 */
|
||||
|
||||
Reference in New Issue
Block a user