mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 07:38:45 -05:00
Firefox needs "title" OpenSearch parameter
This commit is contained in:
parent
222ef942ee
commit
d77deaa185
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@
|
|||
<% end %>
|
||||
<%= canonical_link_tag %>
|
||||
<%= render_sitelinks_search_tag %>
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="<%= Discourse.base_url %>/opensearch.xml">
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="<%= Discourse.base_url %>/opensearch.xml" title="<%= SiteSetting.title %> Search">
|
||||
|
|
Loading…
Reference in a new issue