diff options
| author | 2023-12-26 16:30:32 +0100 | |
|---|---|---|
| committer | 2023-12-26 16:30:32 +0100 | |
| commit | e9689645383d37231afa9dbbcd9bd765b804046d (patch) | |
| tree | 01e9731c9f0f14ab38869525559c3bb889ccad39 /config-user.default.php | |
| parent | bf1eda8c05c3005ddced182a59c371c26fa0d1b7 (diff) | |
Fix show_tags_max (#5978)
fix https://github.com/FreshRSS/FreshRSS/issues/5975
Regression from https://github.com/FreshRSS/FreshRSS/pull/5830
Diffstat (limited to 'config-user.default.php')
| -rw-r--r-- | config-user.default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-user.default.php b/config-user.default.php index 7bf5485f1..6282fc61b 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -37,7 +37,7 @@ return array ( 'display_posts' => false, 'display_categories' => 'active', //{ active, remember, all, none } 'show_tags' => '0', - 'show_tags_max' => '7', + 'show_tags_max' => 7, 'show_author_date' => 'h', 'show_feed_name' => 'a', 'hide_read_feeds' => true, |
