From 1405c7a2cb3539880ebd82c287040b55d289a427 Mon Sep 17 00:00:00 2001 From: Abdelkader Boudih Date: Wed, 4 Feb 2015 09:30:47 +0000 Subject: revert 539d929b7b32302afe548e4cb06b5f4dd56e9942 [ci skip] --- guides/source/generators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') 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: -- cgit v1.2.3