Merge pull request #4174 from NickIvanter/digest-log-alt-tag

Add 'alt' tag to logo img in digest email
This commit is contained in:
Jeff Atwood 2016-04-25 16:16:50 -07:00
commit 9a08bb15d4

View file

@ -5,7 +5,7 @@
<%- if logo_url.blank? %>
<%= SiteSetting.title %>
<%- 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 %>
</a>
</td>