aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/controllers/glsa_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/glsa_controller.rb b/app/controllers/glsa_controller.rb
index 72f559a..c76f5ed 100644
--- a/app/controllers/glsa_controller.rb
+++ b/app/controllers/glsa_controller.rb
@@ -350,7 +350,7 @@ class GlsaController < ApplicationController
if params[:email] == '1'
with_format('txt') do
Glsamaker::Mail.send_text(
- render_to_string({:template => 'glsa/show.txt.erb', :layout => false}),
+ render_to_string({:template => 'glsa/show.txt.erb', :layout => false}).html_safe,
"[ GLSA #{@glsa.glsa_id} ] #{@rev.title}",
current_user,
false