]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: Use light/dark for class names also in 'blame' view
[Gitweb] / gitweb.perl
index e4cac4512397de7466452af99ba4e822d133b574c561509abc3502b5a5a2190c..5b78db5709e4eda8d794ffcc937216a2745476167013545774c23a88ed785a31 100755 (executable)
@@ -4802,7 +4802,7 @@ sub git_blame {
        git_print_page_path($file_name, $ftype, $hash_base);
 
        # page body
-       my @rev_color = qw(light2 dark2);
+       my @rev_color = qw(light dark);
        my $num_colors = scalar(@rev_color);
        my $current_color = 0;
        my %metainfo = ();
This page took 0.262674 seconds and 4 git commands to generate.