Merge pull request #4135 from DeanMarkTaylor/patch-2

FIX: Digest broken anchor tag for blank/SVG logo
This commit is contained in:
Arpit Jalan 2016-04-02 23:13:28 +05:30
commit b0f4c9ec43

View File

@ -5,8 +5,9 @@
<%- 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'></a> <img src="<%= logo_url %>" style="max-height: 35px; min-height: 35px; height: 35px;" class='site-logo'>
<%- end %> <%- end %>
</a>
</td> </td>
</tr> </tr>
<tr> <tr>