mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
add quotes around favicon URL
This commit is contained in:
parent
a4d88fbaa7
commit
2982c23265
@ -9,7 +9,7 @@
|
||||
|
||||
<%= canonical_link_tag %>
|
||||
|
||||
<link rel="icon" type="image/png" href=<%=SiteSetting.favicon_url%>>
|
||||
<link rel="icon" type="image/png" href="<%=SiteSetting.favicon_url%>">
|
||||
<%= javascript_include_tag "preload_store" %>
|
||||
|
||||
<%= render :partial => "common/special_font_face" %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user