diff options
author | Mike Gunderloy <MikeG1@larkfarm.com> | 2008-10-27 11:16:18 -0500 |
---|---|---|
committer | Mike Gunderloy <MikeG1@larkfarm.com> | 2008-10-27 11:16:18 -0500 |
commit | f7b6e70b71c7198fe8cf2c5e254d9e7dd27f5a74 (patch) | |
tree | 16465bdc62f3b25d6b33ba1b5a86586f2e2404bc /railties/doc/guides/html/layouts_and_rendering.html | |
parent | fbe1e32008198a38f036eeed558eedc1d2d9c7a7 (diff) | |
download | rails-f7b6e70b71c7198fe8cf2c5e254d9e7dd27f5a74.tar.gz rails-f7b6e70b71c7198fe8cf2c5e254d9e7dd27f5a74.tar.bz2 rails-f7b6e70b71c7198fe8cf2c5e254d9e7dd27f5a74.zip |
Fix bug in layout guide, regenerate guides html
Diffstat (limited to 'railties/doc/guides/html/layouts_and_rendering.html')
-rw-r--r-- | railties/doc/guides/html/layouts_and_rendering.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/doc/guides/html/layouts_and_rendering.html b/railties/doc/guides/html/layouts_and_rendering.html index a394da71df..bf790d7b9d 100644 --- a/railties/doc/guides/html/layouts_and_rendering.html +++ b/railties/doc/guides/html/layouts_and_rendering.html @@ -933,7 +933,7 @@ http://www.gnu.org/software/src-highlite --> by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
-<pre><tt><span style="color: #FF0000"><%= javascript_include_tag :all, :recursive %></span>
+<pre><tt><span style="color: #FF0000"><%= javascript_include_tag :all, :recursive =></span> <span style="font-weight: bold"><span style="color: #0000FF">true</span></span> <span style="color: #990000">%></span>
</tt></pre></div></div>
<div class="para"><p>If you're loading multiple javascript files, you can create a better user experience by combining multiple files into a single download. To make this happen in production, specify <tt>:cache ⇒ true</tt> in your <tt>javascript_include_tag</tt>:</p></div>
<div class="listingblock">
@@ -1007,7 +1007,7 @@ http://www.gnu.org/software/src-highlite --> by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
-<pre><tt><span style="color: #FF0000"><%= stylesheet_link_tag :all, :recursive %></span>
+<pre><tt><span style="color: #FF0000"><%= stylesheet_link_tag :all, :recursive =></span> <span style="font-weight: bold"><span style="color: #0000FF">true</span></span> <span style="color: #990000">%></span>
</tt></pre></div></div>
<div class="para"><p>If you're loading multiple CSS files, you can create a better user experience by combining multiple files into a single download. To make this happen in production, specify <tt>:cache ⇒ true</tt> in your <tt>stylesheet_link_tag</tt>:</p></div>
<div class="listingblock">
|