diff options
author | Xavier Noria <fxn@hashref.com> | 2010-02-02 01:04:35 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-02-02 01:04:35 +0100 |
commit | 9b5dae7af5757769c1e69d74a59ff036adc1f30f (patch) | |
tree | 7990622f5995c04911dfc90df044b762e293746e /railties/guides/source | |
parent | fdcf4d6c5191b25ee3b6c357dafaf17156eb09d3 (diff) | |
download | rails-9b5dae7af5757769c1e69d74a59ff036adc1f30f.tar.gz rails-9b5dae7af5757769c1e69d74a59ff036adc1f30f.tar.bz2 rails-9b5dae7af5757769c1e69d74a59ff036adc1f30f.zip |
update html_safe calls in guides generation
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/layout.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <div id="container"> <div class="wrapper"> <div id="mainCol"> - <%= yield.html_safe! %> + <%= yield.html_safe %> </div> </div> </div> |