--- trunk/back2html.pm 2003/02/23 07:11:18 31 +++ trunk/back2html.pm 2003/07/04 20:41:17 64 @@ -11,6 +11,9 @@ foreach $line (split(/###/,$html)) { $out .= ""; my @items = split(/#-#/,$line); + if ($items[1] =~ m#^http://#) { + $items[1] = "$items[1]"; + } $out .= join("",@items); $out .= "\n"; }