mirror of
https://github.com/moebooru/moebooru
synced 2025-08-22 09:57:31 +00:00
Properly use the new mime type syntax
This commit is contained in:
parent
2e4ea7f230
commit
dbbe56c35f
@ -4,5 +4,5 @@
|
|||||||
<Description><%= "Search images in #{CONFIG["app_name"]} image board."%></Description>
|
<Description><%= "Search images in #{CONFIG["app_name"]} image board."%></Description>
|
||||||
<Contact><%= CONFIG["admin_contact"] %></Contact>
|
<Contact><%= CONFIG["admin_contact"] %></Contact>
|
||||||
<AdultContent>1</AdultContent>
|
<AdultContent>1</AdultContent>
|
||||||
<Url type="<%= Mime::HTML %>" template="<%= url_for(:controller => :post, :action => :index, :only_path => false) %>?tags={searchTerms}" />
|
<Url type="<%= Mime[:html] %>" template="<%= url_for(:controller => :post, :action => :index, :only_path => false) %>?tags={searchTerms}" />
|
||||||
</OpenSearchDescription>
|
</OpenSearchDescription>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user