]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: bugfix: a.list formatting regression
[Gitweb] / gitweb.perl
index 199d26782c82d3f3ab5e84eb92e4129d72c020221e15630da7def8003d3bb8db..032d3cdcd6b50204ae18e6563df3051c72b9475a3b3389bc822903292cca750e 100755 (executable)
@@ -504,11 +504,11 @@ sub format_subject_html {
        $extra = '' unless defined($extra);
 
        if (length($short) < length($long)) {
-               return $cgi->a({-href => $href, -class => "list",
+               return $cgi->a({-href => $href, -class => "list subject",
                                -title => $long},
                       esc_html($short) . $extra);
        } else {
-               return $cgi->a({-href => $href, -class => "list"},
+               return $cgi->a({-href => $href, -class => "list subject"},
                       esc_html($long)  . $extra);
        }
 }
This page took 0.111887 seconds and 4 git commands to generate.