1
0
Fork 0
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:
Nathan Weizenbaum 2009-05-24 00:19:23 -07:00
parent b6b292f06c
commit 02f4a21483

View file

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