Skip to content

Commit

Permalink
tweaked escaping documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 18, 2012
1 parent 43a8a5a commit 8d31722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojo/Template.pm
Expand Up @@ -461,7 +461,7 @@ L<Mojo::Template> implements the following attributes.
my $escape = $mt->auto_escape;
$mt = $mt->auto_escape(1);
Activate automatic XML escaping.
Activate automatic escaping.
=head2 C<append>
Expand Down Expand Up @@ -529,7 +529,7 @@ Encoding used for template files.
my $code = $mt->escape;
$mt = $mt->escape('Mojo::Util::html_escape(@_)');
Code used to escape the results of escaped expressions. Note that this code
Perl code used to escape the results of expressions. Note that this code
should not contain newline characters, or line numbers in error messages might
end up being wrong.
Expand Down

0 comments on commit 8d31722

Please sign in to comment.