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

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

revision 27 by dpavlin, Sun Feb 23 07:04:36 2003 UTC revision 31 by dpavlin, Sun Feb 23 07:11:18 2003 UTC
# Line 14  sub back2html { Line 14  sub back2html {
14                  $out .= join("</td><td>",@items);                  $out .= join("</td><td>",@items);
15                  $out .= "</td></tr>\n";                  $out .= "</td></tr>\n";
16          }          }
17          $out =~ s/&lt;br/*&gt;/<br\/>/g;          $out =~ s/&lt;br\/*&gt;/<br\/>/g;
18          return $out;          return $out;
19  }  }
20    

Legend:
Removed from v.27  
changed lines
  Added in v.31

  ViewVC Help
Powered by ViewVC 1.1.26