Skip to content

Commit

Permalink
bla bla bla
Browse files Browse the repository at this point in the history
  • Loading branch information
ido50 committed Jan 28, 2010
1 parent b71b371 commit ec3b723
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Tenjin/Template.pm
Expand Up @@ -269,8 +269,6 @@ sub compile {
sub escaped_expr {
my ($self, $expr) = @_;

return $expr;

return "$self->{escapefunc}($expr)" if $self->{escapefunc};

return "(ref(\$_V = ($expr)) eq '$self->{rawclass}' ? \$_V->{str} : (\$_V =~ s/[&<>\"]/\$Tenjin::_H{\$&}/ge, \$_V))" if $self->{rawclass};
Expand Down

0 comments on commit ec3b723

Please sign in to comment.