mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 05:50:14 +08:00
Merge pull request #4135 from DeanMarkTaylor/patch-2
FIX: Digest broken anchor tag for blank/SVG logo
This commit is contained in:
commit
b0f4c9ec43
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user