diff options
Diffstat (limited to 'template/html/unread_entries.html')
-rw-r--r-- | template/html/unread_entries.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/html/unread_entries.html b/template/html/unread_entries.html index b23049e..74ab26a 100644 --- a/template/html/unread_entries.html +++ b/template/html/unread_entries.html @@ -24,7 +24,7 @@ <div class="item-header"> <span class="item-title"> {{ if ne .Feed.Icon.IconID 0 }} - <img src="{{ route "icon" "iconID" .Feed.Icon.IconID }}" width="16" height="16"> + <img src="{{ route "icon" "iconID" .Feed.Icon.IconID }}" width="16" height="16" alt="{{ .Feed.Title }}"> {{ end }} <a href="{{ route "unreadEntry" "entryID" .ID }}">{{ .Title }}</a> </span> |