mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 10:58:31 -05: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:
commit
9a08bb15d4
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue