From bea4ed69fccc7de2375363d8940af9a96e986650 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 14 Sep 2024 00:55:41 +0200 Subject: Improve CSS filter to exclude content (#6807) * Improve CSS filter to exclude content Improve https://github.com/FreshRSS/FreshRSS/pull/6786 Fix bug when changing the CSS filter and reloading article, because original content was lost. Fix similar bug with pathEntries. * Forgotten i18n * Type check --- app/i18n/he/sub.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/i18n/he') diff --git a/app/i18n/he/sub.php b/app/i18n/he/sub.php index 7ac401530..b7d67a308 100644 --- a/app/i18n/he/sub.php +++ b/app/i18n/he/sub.php @@ -63,7 +63,7 @@ return array( 'css_path' => 'נתיב הCSS של המאמר באתר המקורי', 'css_path_filter' => array( '_' => 'CSS selector of the elements to remove', // TODO - 'help' => 'A CSS selector may be a list such as: .footer, .aside', // TODO + 'help' => 'A CSS selector may be a list such as: .footer, .aside, p[data-sanitized-class="menu"]', // TODO ), 'description' => 'תיאור', 'empty' => 'הזנה זו ריקה. אנא ודאו שהיא עדיין מתוחזקת.', -- cgit v1.2.3