From 5897487f2f29cd3f29b538919c57988f118461e7 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 7 Nov 2022 08:34:12 +0100 Subject: Fix path_entries encoding (#4823) * Fix path_entries encoding #fix https://github.com/FreshRSS/FreshRSS/issues/4815 * Fix preview --- app/Models/Category.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Models/Category.php') diff --git a/app/Models/Category.php b/app/Models/Category.php index e5da764d3..c4ca12fd3 100644 --- a/app/Models/Category.php +++ b/app/Models/Category.php @@ -54,6 +54,7 @@ class FreshRSS_Category extends Minz_Model { public function kind(): int { return $this->kind; } + /** @return string HTML-encoded name of the category */ public function name(): string { return $this->name; } -- cgit v1.2.3