Revert "Add a newline to the end of the body when reporting an error"

This reverts commit 59c97f4866.
This commit is contained in:
Tom Hughes 2012-11-01 12:42:47 +00:00
parent 59c97f4866
commit 3ef02b86f0

View file

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