/[webpac2]/Webpacus/lib/Webpacus/Model/WebPAC.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 /Webpacus/lib/Webpacus/Model/WebPAC.pm

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

revision 281 by dpavlin, Sat Dec 17 22:35:00 2005 UTC revision 282 by dpavlin, Sat Dec 17 23:41:05 2005 UTC
# Line 315  sub save_html { Line 315  sub save_html {
315          $content =~ s/%u([a-fA-F0-9]{4})/_conv_js($1)/gex;          $content =~ s/%u([a-fA-F0-9]{4})/_conv_js($1)/gex;
316          $content =~ s/^[\n\r]+//s;          $content =~ s/^[\n\r]+//s;
317          $content =~ s/[\n\r]+$/\n/s;          $content =~ s/[\n\r]+$/\n/s;
318            $content =~ s/\n\r/\n/gs;
319    
320          my ($from, $to) = (          my ($from, $to) = (
321                  $self->{out_encoding},                  $self->{out_encoding},

Legend:
Removed from v.281  
changed lines
  Added in v.282

  ViewVC Help
Powered by ViewVC 1.1.26