FIX: Digest broken anchor tag for blank/SVG logo

Highlighted here:
https://meta.discourse.org/t/svg-image-as-digest-logo-has-limited-support/39935/11?u=deanmarktaylor
This commit is contained in:
Dean Taylor 2016-04-02 17:45:34 +01:00
parent 8f428b6f38
commit 5cfc83a1a3
1 changed files with 2 additions and 1 deletions

View File

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