alert(html) in the heredoc example

This commit is contained in:
Wieland Hoffmann 2011-08-30 10:42:34 +03:00
parent b4e2240ede
commit a4425471fd
1 changed files with 1 additions and 1 deletions

View File

@ -842,7 +842,7 @@ Expressions
indentation level that begins the heredoc is maintained throughout, so
you can keep it all aligned with the body of your code.
</p>
<%= code_for('heredocs') %>
<%= code_for('heredocs', 'html') %>
<p>
Double-quoted heredocs, like double-quoted strings, allow interpolation.
</p>