revert 539d929b7b [ci skip]

This commit is contained in:
Abdelkader Boudih 2015-02-04 09:30:47 +00:00
parent 02bebab7f5
commit 1405c7a2cb
1 changed files with 1 additions and 1 deletions

View File

@ -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: