diff options
| author | 2019-01-17 21:32:44 +0100 | |
|---|---|---|
| committer | 2019-01-17 21:32:44 +0100 | |
| commit | 48c901bc5c090ff0ee8397d0b1ecfb337d774a86 (patch) | |
| tree | 9f9ad41fbc899be464b7c90cfbb605faee630a1c /app | |
| parent | 2084e5fb7ed1b447c6e12a26b8eb49c281c23ee2 (diff) | |
Accessibility: logo alt (#2219)
https://github.com/FreshRSS/FreshRSS/issues/2209
Diffstat (limited to 'app')
| -rw-r--r-- | app/layout/header.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
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()) { <div class="item title"> <h1> <a href="<?php echo _url('index', 'index'); ?>"> - <img class="logo" src="<?php echo _i('icon', true); ?>" alt="⊚" /> + <img class="logo" src="<?php echo _i('icon', true); ?>" alt="" /> <?php echo FreshRSS_Context::$system_conf->title; ?> </a> </h1> |
