diff options
author | Andreas Scherer <andreas_coder@freenet.de> | 2009-02-10 18:12:30 +0100 |
---|---|---|
committer | Andreas Scherer <andreas_coder@freenet.de> | 2009-02-10 18:12:30 +0100 |
commit | b42fb934d194d8bc1770e4c5efb80c4674ea5cbe (patch) | |
tree | 282417662772b7f82a8b4e78ff2d6430e4f2e550 /railties/guides/source/layouts_and_rendering.textile | |
parent | ad57d013d426ea87edfefa9a60764c7966af1049 (diff) | |
download | rails-b42fb934d194d8bc1770e4c5efb80c4674ea5cbe.tar.gz rails-b42fb934d194d8bc1770e4c5efb80c4674ea5cbe.tar.bz2 rails-b42fb934d194d8bc1770e4c5efb80c4674ea5cbe.zip |
Missing 'code' marker added.
Diffstat (limited to 'railties/guides/source/layouts_and_rendering.textile')
-rw-r--r-- | railties/guides/source/layouts_and_rendering.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/layouts_and_rendering.textile b/railties/guides/source/layouts_and_rendering.textile index 556c2e5693..9e71375d28 100644 --- a/railties/guides/source/layouts_and_rendering.textile +++ b/railties/guides/source/layouts_and_rendering.textile @@ -586,7 +586,7 @@ By default, the combined file will be delivered as +javascripts/all.js+. You can :cache => 'cache/main/display' %> </erb> -You can even use dynamic paths such as "cache/#{current_site}/main/display"+. +You can even use dynamic paths such as +cache/#{current_site}/main/display+. h5. Linking to CSS Files with stylesheet_link_tag |