mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:54:16 +08: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…
Reference in New Issue
Block a user