aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/services_controller.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-01-14 12:53:41 +0000
committerLouise Crow <louise.crow@gmail.com>2014-01-14 12:53:41 +0000
commit7b29efe7cb32ef158d4ce8e0fc5f2125137ec049 (patch)
treebbe3b081cb062880049fce59e6b6a54c16830cf9 /app/controllers/services_controller.rb
parent39fa94fd6152f882c9214ac9dbea49c5bae1345c (diff)
parentc2bf5a90fc76eda220b35b510b7a200a43c858b1 (diff)
Merge branch 'feature/cleanup-popups' into wdtk
Diffstat (limited to 'app/controllers/services_controller.rb')
-rw-r--r--app/controllers/services_controller.rb3
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