aboutsummaryrefslogtreecommitdiff
path: root/app/layout/header.phtml
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-01-17 21:36:29 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-01-17 21:36:29 +0100
commit34fe41ac78b6bd465c12086edbbd856d9533065c (patch)
tree12e86c946a9a76aa83af0f1f8ff315368e08535c /app/layout/header.phtml
parent6bc49e137e2f996f768770c3702d7d6552f556b3 (diff)
parent48c901bc5c090ff0ee8397d0b1ecfb337d774a86 (diff)
Merge branch 'FreshRSS/dev' into FreshRSS/dev-1.14.0
Diffstat (limited to 'app/layout/header.phtml')
-rw-r--r--app/layout/header.phtml2
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>