From 54c8de86c73ce831df7912428b4f9fd849d67aca Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 7 May 2023 21:35:08 +0200 Subject: docs: language table added (#5375) * docs: language table added * Update 05_Configuration.md * Update 05_Configuration.md * french docs * Unicode quote and a few fixes (Same search&replace aslo applied to a few other files) --------- Co-authored-by: Alexandre Alapetite --- app/Services/ImportService.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'app/Services/ImportService.php') diff --git a/app/Services/ImportService.php b/app/Services/ImportService.php index e5d558233..8565be41c 100644 --- a/app/Services/ImportService.php +++ b/app/Services/ImportService.php @@ -358,7 +358,7 @@ class FreshRSS_Import_Service { } if (isset($outline['@outlines'])) { - // The outline has children, it's probably a category + // The outline has children, it’s probably a category if (!empty($outline['text'])) { $category_name = $outline['text']; } elseif (!empty($outline['title'])) { @@ -376,8 +376,7 @@ class FreshRSS_Import_Service { $categories_elements[$category_name] = $outline; } - // The xmlUrl means it's a feed URL: add the outline to the array if it - // exists. + // The xmlUrl means it’s a feed URL: add the outline to the array if it exists. if (isset($outline['xmlUrl'])) { if (!isset($categories_to_feeds[$parent_category_name])) { $categories_to_feeds[$parent_category_name] = []; -- cgit v1.2.3