app/helpers/umlaut/html_head_helper.rb in umlaut-4.0.0.beta5 vs app/helpers/umlaut/html_head_helper.rb in umlaut-4.0.0

- old
+ new

@@ -5,10 +5,10 @@ # usually called in layout, render a link tag with opensearch auto-discovery def render_opensearch_link tag("link", :rel => "search", :type => "application/opensearchdescription+xml", :title => umlaut_config.opensearch_short_name, - :href => url_for(:controller=>'open_search', :only_path=>false)) + :href => url_for(:controller=>'/open_search', :only_path=>false)) end # used on non-js progress page, we need to refresh the page # if requested by presence of @meta_refresh_self ivar. # this method usually called in a layout. \ No newline at end of file