2
0
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:
nanaya 2016-08-17 01:29:04 +09:00
parent 2e4ea7f230
commit dbbe56c35f

View File

@ -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>