aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/generators.md
diff options
context:
space:
mode:
authorAbdelkader Boudih <terminale@gmail.com>2015-02-04 09:30:47 +0000
committerAbdelkader Boudih <terminale@gmail.com>2015-02-04 09:30:47 +0000
commit1405c7a2cb3539880ebd82c287040b55d289a427 (patch)
treedb3386412e4ce4c6a917f64e01bc9f129c69a53a /guides/source/generators.md
parent02bebab7f5cd7b164829b7372a8839555357b7bb (diff)
downloadrails-1405c7a2cb3539880ebd82c287040b55d289a427.tar.gz
rails-1405c7a2cb3539880ebd82c287040b55d289a427.tar.bz2
rails-1405c7a2cb3539880ebd82c287040b55d289a427.zip
revert 539d929b7b32302afe548e4cb06b5f4dd56e9942 [ci skip]
Diffstat (limited to 'guides/source/generators.md')
-rw-r--r--guides/source/generators.md2
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: