/[webpac]/trunk2/back2html.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 /trunk2/back2html.pm

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

revision 79 by dpavlin, Sun Jul 6 13:03:35 2003 UTC revision 80 by dpavlin, Tue Jul 8 08:24:13 2003 UTC
# Line 7  Line 7 
7  sub back2html {  sub back2html {
8          my $html = shift;          my $html = shift;
9    
10            $html =~ s/</&lt;/g;
11            $html =~ s/>/&gt;/g;
12          my $out;          my $out;
13          foreach $line (split(/\s*###\s*/,$html)) {          foreach $line (split(/\s*###\s*/,$html)) {
14                  $out .= "<tr><td valign=\"top\">";                  $out .= "<tr><td valign=\"top\">";

Legend:
Removed from v.79  
changed lines
  Added in v.80

  ViewVC Help
Powered by ViewVC 1.1.26