From e9689645383d37231afa9dbbcd9bd765b804046d Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 26 Dec 2023 16:30:32 +0100 Subject: Fix show_tags_max (#5978) fix https://github.com/FreshRSS/FreshRSS/issues/5975 Regression from https://github.com/FreshRSS/FreshRSS/pull/5830 --- config-user.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-user.default.php') 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, -- cgit v1.2.3