1
0
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:
Toshi MARUYAMA 2020-11-22 13:43:36 +00:00
parent 2c0928ddcf
commit 5ee05b64bb

View File

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