mirror of
https://github.com/discourse/discourse.git
synced 2025-06-18 00:22:29 +08:00
Merge pull request #4174 from NickIvanter/digest-log-alt-tag
Add 'alt' tag to logo img in digest email
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
<%- if logo_url.blank? %>
|
<%- if logo_url.blank? %>
|
||||||
<%= SiteSetting.title %>
|
<%= SiteSetting.title %>
|
||||||
<%- else %>
|
<%- else %>
|
||||||
<img src="<%= logo_url %>" style="max-height: 35px; min-height: 35px; height: 35px;" class='site-logo'>
|
<img src="<%= logo_url %>" style="max-height: 35px; min-height: 35px; height: 35px;" class='site-logo' alt="<%= SiteSetting.title %>">
|
||||||
<%- end %>
|
<%- end %>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
Reference in New Issue
Block a user