Revert "Add a newline to the end of the body when reporting an error"
This reverts commit 59c97f4866
.
This commit is contained in:
parent
59c97f4866
commit
3ef02b86f0
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ class ApplicationController < ActionController::Base
|
|||
|
||||
render :text => result.to_s, :content_type => "text/xml"
|
||||
else
|
||||
render :text => message + "\n", :status => status
|
||||
render :text => message, :status => status
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue