diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-01-14 15:34:13 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-01-14 15:34:13 +0000 |
commit | 425c2c90c4515bb6b26cee1e8748f68796b2dc26 (patch) | |
tree | aab7d3dddef6c23deac3e552044952b7ad81fe00 /app/controllers/services_controller.rb | |
parent | 1555a395957f6d1208980509efb9bc989443a063 (diff) | |
parent | 1fd7af51c8e5ce744631334a1af7ea8f61d4239b (diff) |
Merge branch 'release/0.16' into rails-3-develop
Diffstat (limited to 'app/controllers/services_controller.rb')
-rw-r--r-- | app/controllers/services_controller.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/controllers/services_controller.rb b/app/controllers/services_controller.rb index 11ed4ac8f..78c494dba 100644 --- a/app/controllers/services_controller.rb +++ b/app/controllers/services_controller.rb @@ -24,9 +24,6 @@ class ServicesController < ApplicationController FastGettext.locale = old_fgt_locale end end - if !text.empty? - text += ' <span class="close-button">X</span>'.html_safe - end render :text => text, :content_type => "text/plain" # XXX workaround the HTML validation in test suite end |