From 48c901bc5c090ff0ee8397d0b1ecfb337d774a86 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 17 Jan 2019 21:32:44 +0100 Subject: Accessibility: logo alt (#2219) https://github.com/FreshRSS/FreshRSS/issues/2209 --- CHANGELOG.md | 2 ++ app/layout/header.phtml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d48db4ff..c3f03415a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ * Performance + compatibility: Use Apache `SetEnvIf` module if available and fall-back to `RewriteRule` [#2202](https://github.com/FreshRSS/FreshRSS/pull/2202) * Security * Fixes when HTTP user does not exist in FreshRSS [#2204](https://github.com/FreshRSS/FreshRSS/pull/2204) +* Accessibility + * Remove alt in logo [#2209](https://github.com/FreshRSS/FreshRSS/pull/2209) ## 2018-12-22 FreshRSS 1.13.0 diff --git a/app/layout/header.phtml b/app/layout/header.phtml index 6b538851b..410ac1ff0 100644 --- a/app/layout/header.phtml +++ b/app/layout/header.phtml @@ -16,7 +16,7 @@ if (FreshRSS_Auth::accessNeedsAction()) {

- + title; ?>

-- cgit v1.2.3