From 9b5dae7af5757769c1e69d74a59ff036adc1f30f Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Tue, 2 Feb 2010 01:04:35 +0100 Subject: update html_safe calls in guides generation --- railties/guides/source/layout.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source/layout.html.erb') diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb index 7dfcf4a507..5f324ece60 100644 --- a/railties/guides/source/layout.html.erb +++ b/railties/guides/source/layout.html.erb @@ -87,7 +87,7 @@
- <%= yield.html_safe! %> + <%= yield.html_safe %>
-- cgit v1.2.3