From 6395c7bed2d7eee7c4a2e1836b2d9286e79172e4 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 9 Oct 2009 18:36:58 -0700 Subject: Mark html safety --- actionmailer/test/fixtures/helpers/example_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionmailer') diff --git a/actionmailer/test/fixtures/helpers/example_helper.rb b/actionmailer/test/fixtures/helpers/example_helper.rb index d66927aa60..f6a6a49ced 100644 --- a/actionmailer/test/fixtures/helpers/example_helper.rb +++ b/actionmailer/test/fixtures/helpers/example_helper.rb @@ -1,5 +1,5 @@ module ExampleHelper def example_format(text) - "#{text}" + "#{h(text)}".html_safe! end end -- cgit v1.2.3