gitweb: Add missing show '...' links change.
[gitweb.git] / gitweb / gitweb.perl
index ebbc397ee8dce807bd9700aa72d33c80b13f02bf..80c04b88da6043baec1c0c5557ec29dd23a45d96 100755 (executable)
@@ -2983,6 +2983,7 @@ sub git_summary {
        if (@forklist) {
                git_print_header_div('forks');
                git_project_list_body(\@forklist, undef, 0, 15,
+                                     $#forklist <= 15 ? undef :
                                      $cgi->a({-href => href(action=>"forks")}, "..."),
                                      'noheader');
        }