--- loncom/interface/lonhelp.pm 2003/07/29 15:06:47 1.7 +++ loncom/interface/lonhelp.pm 2003/08/06 14:28:42 1.8 @@ -146,7 +146,7 @@ sub handler my $tex = ''; # Since in insertlist.tab I want to specify multiple files, # and insertlist.tab also uses commas, I need something else - # so replace ! with , + # so replace : with , $filenames =~ s/:/,/g; my @files = split(/,/, $filenames);