aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/layout.html.erb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-02-02 01:04:35 +0100
committerXavier Noria <fxn@hashref.com>2010-02-02 01:04:35 +0100
commit9b5dae7af5757769c1e69d74a59ff036adc1f30f (patch)
tree7990622f5995c04911dfc90df044b762e293746e /railties/guides/source/layout.html.erb
parentfdcf4d6c5191b25ee3b6c357dafaf17156eb09d3 (diff)
downloadrails-9b5dae7af5757769c1e69d74a59ff036adc1f30f.tar.gz
rails-9b5dae7af5757769c1e69d74a59ff036adc1f30f.tar.bz2
rails-9b5dae7af5757769c1e69d74a59ff036adc1f30f.zip
update html_safe calls in guides generation
Diffstat (limited to 'railties/guides/source/layout.html.erb')
-rw-r--r--railties/guides/source/layout.html.erb2
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>