aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/test/mixing_formats.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/test/fixtures/test/mixing_formats.html.erb')
-rw-r--r--actionview/test/fixtures/test/mixing_formats.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionview/test/fixtures/test/mixing_formats.html.erb b/actionview/test/fixtures/test/mixing_formats.html.erb
index bb4a1d182a..c65cdd7dd4 100644
--- a/actionview/test/fixtures/test/mixing_formats.html.erb
+++ b/actionview/test/fixtures/test/mixing_formats.html.erb
@@ -1,5 +1,5 @@
{"format":"HTML", "children":
[
- "<%= render(partial: "first", formats: :xml).chomp %>",
- "<%= render(partial: "second").chomp %>"
+ <%= render(partial: "first", formats: :xml).chomp.html_safe %>,
+ <%= render(partial: "second").chomp.html_safe %>
]}