mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-20 15:31:12 +00:00
remove spaces inside {} of SearchController
git-svn-id: http://svn.redmine.org/redmine/trunk@20479 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
2c0928ddcf
commit
5ee05b64bb
@ -84,7 +84,7 @@ class SearchController < ApplicationController
|
||||
@question = ""
|
||||
end
|
||||
respond_to do |format|
|
||||
format.html { render :layout => false if request.xhr? }
|
||||
format.html {render :layout => false if request.xhr?}
|
||||
format.api do
|
||||
@results ||= []
|
||||
render :layout => false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user