From d4554fa087f9057610085ca685cd8fb79d8f2bd0 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Fri, 5 Jun 2020 10:09:31 +0200 Subject: Change add feed action (#3027) * Docker Alpine 3.12 (#3025) https://alpinelinux.org/posts/Alpine-3.12.0-released.html With PHP 7.3.18 (from 7.3.17) (and Apache 2.4.43 unchanged). No other significant change spotted * Ensure feed attributes are used before load Co-authored-by: Alexandre Alapetite --- app/Models/Themes.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Models/Themes.php') diff --git a/app/Models/Themes.php b/app/Models/Themes.php index c58959527..4236a8b27 100644 --- a/app/Models/Themes.php +++ b/app/Models/Themes.php @@ -71,6 +71,7 @@ class FreshRSS_Themes extends Minz_Model { public static function alt($name) { static $alts = array( 'add' => '✚', + 'add-white' => '✚', 'all' => '☰', 'bookmark' => '★', 'bookmark-add' => '✚', -- cgit v1.2.3