/[swish]/trunk/html/FormatResult.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/html/FormatResult.pm

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

revision 90 by dpavlin, Wed Sep 1 14:12:57 2004 UTC revision 91 by dpavlin, Tue Sep 14 19:29:50 2004 UTC
# Line 106  sub highlite_words { Line 106  sub highlite_words {
106          my @words = sort { length($b) <=> length($a) } @{$words_ref};          my @words = sort { length($b) <=> length($a) } @{$words_ref};
107    
108          # colors to highlite          # colors to highlite
109          my @colors = qw{#ffff66 #a0ffff #99ff99 #ff9999 #ff66ff};          my @colors = ('#ffff66','#a0ffff','#99ff99','#ff9999','#ff66ff');
110    
111          # color offset          # color offset
112          my $i = 0;          my $i = 0;

Legend:
Removed from v.90  
changed lines
  Added in v.91

  ViewVC Help
Powered by ViewVC 1.1.26