mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
[Haml] Fix a minor anchor error in the docs.
This commit is contained in:
parent
b6b292f06c
commit
02f4a21483
1 changed files with 2 additions and 2 deletions
|
@ -224,7 +224,7 @@ END
|
|||
# Parses the filtered text with the normal Ruby interpreter.
|
||||
# All output sent to `$stdout`, such as with `puts`,
|
||||
# is output into the Haml document.
|
||||
# Not available if the [`:suppress_eval`](../Haml.html#suppress-eval) option is set to true.
|
||||
# Not available if the [`:suppress_eval`](../Haml.html#suppress-eval-option) option is set to true.
|
||||
# The Ruby code is evaluated in the same context as the Haml template.
|
||||
module Ruby
|
||||
include Base
|
||||
|
@ -272,7 +272,7 @@ END
|
|||
end
|
||||
|
||||
# Parses the filtered text with ERB, like an RHTML template.
|
||||
# Not available if the [`:suppress_eval`](../Haml.html#suppress-eval) option is set to true.
|
||||
# Not available if the [`:suppress_eval`](../Haml.html#suppress-eval-option) option is set to true.
|
||||
# Embedded Ruby code is evaluated in the same context as the Haml template.
|
||||
module ERB
|
||||
include Base
|
||||
|
|
Loading…
Add table
Reference in a new issue