--- trunk/html/FormatResult.pm 2004/09/01 14:12:57 90 +++ trunk/html/FormatResult.pm 2004/09/14 19:29:50 91 @@ -106,7 +106,7 @@ my @words = sort { length($b) <=> length($a) } @{$words_ref}; # colors to highlite - my @colors = qw{#ffff66 #a0ffff #99ff99 #ff9999 #ff66ff}; + my @colors = ('#ffff66','#a0ffff','#99ff99','#ff9999','#ff66ff'); # color offset my $i = 0;