/[webpac2]/trunk/web/browse.cgi
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/web/browse.cgi

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

revision 62 by dpavlin, Tue Nov 15 14:31:03 2005 UTC revision 63 by dpavlin, Tue Nov 15 16:56:40 2005 UTC
# Line 94  if ($q->path_info =~ m#xml#) { Line 94  if ($q->path_info =~ m#xml#) {
94                                  return $iconv_loc->convert(chr(hex($t)));                                  return $iconv_loc->convert(chr(hex($t)));
95                          }                          }
96                          $tmpl =~ s/%u([a-fA-F0-9]{4})/_conv_js($1)/gex;                          $tmpl =~ s/%u([a-fA-F0-9]{4})/_conv_js($1)/gex;
97                            $tmpl =~ s/[\n\r]+$//s;
98    
99                          my $tmpl_file = $out->{'include_path'} . '/' . $template;                          my $tmpl_file = $out->{'include_path'} . '/' . $template;
100                          write_file($tmpl_file . '.new', $tmpl) || die "can't save $tmpl_file: $!";                          write_file($tmpl_file . '.new', $tmpl) || die "can't save $tmpl_file: $!";

Legend:
Removed from v.62  
changed lines
  Added in v.63

  ViewVC Help
Powered by ViewVC 1.1.26