/[Frey]/trunk/lib/Frey/Escape.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Frey/Escape.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 395 by dpavlin, Thu Nov 6 20:56:44 2008 UTC revision 396 by dpavlin, Tue Nov 18 01:44:10 2008 UTC
# Line 14  sub html_escape { Line 14  sub html_escape {
14    
15  sub html_dump {  sub html_dump {
16          my $self = shift;          my $self = shift;
17          my $html = dump( @_ );          $self->html_escape( dump( @_ ) );
         $html =~ s/($escape_re)/$escape{$1}/g;  
         return $html;  
18  }  }

Legend:
Removed from v.395  
changed lines
  Added in v.396

  ViewVC Help
Powered by ViewVC 1.1.26