diff options
author | Abdelkader Boudih <terminale@gmail.com> | 2015-02-04 09:30:47 +0000 |
---|---|---|
committer | Abdelkader Boudih <terminale@gmail.com> | 2015-02-04 09:30:47 +0000 |
commit | 1405c7a2cb3539880ebd82c287040b55d289a427 (patch) | |
tree | db3386412e4ce4c6a917f64e01bc9f129c69a53a | |
parent | 02bebab7f5cd7b164829b7372a8839555357b7bb (diff) | |
download | rails-1405c7a2cb3539880ebd82c287040b55d289a427.tar.gz rails-1405c7a2cb3539880ebd82c287040b55d289a427.tar.bz2 rails-1405c7a2cb3539880ebd82c287040b55d289a427.zip |
revert 539d929b7b32302afe548e4cb06b5f4dd56e9942 [ci skip]
-rw-r--r-- | guides/source/generators.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/generators.md b/guides/source/generators.md index 366fb3d342..14f451cbc9 100644 --- a/guides/source/generators.md +++ b/guides/source/generators.md @@ -350,7 +350,7 @@ For example, the following escaped ERB tag would be needed in the template (note the extra `%`)... ```ruby -<%= stylesheet_include_tag :application %> +<%%= stylesheet_include_tag :application %> ``` ...to generate the following output: |