From 02f4a21483221e5859671a6cd1769793b8319b02 Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Sun, 24 May 2009 00:19:23 -0700 Subject: [PATCH] [Haml] Fix a minor anchor error in the docs. --- lib/haml/filters.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/haml/filters.rb b/lib/haml/filters.rb index fc142101..812a1c87 100644 --- a/lib/haml/filters.rb +++ b/lib/haml/filters.rb @@ -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