From: Stricted Date: Tue, 25 Jun 2013 15:32:08 +0000 (+0200) Subject: little changes X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6f12167afacebe14f2c4c27fe677a0201e56f669;p=gitweb.git little changes --- diff --git a/index.cgi b/index.cgi index 735dfc8..79770e2 100755 --- a/index.cgi +++ b/index.cgi @@ -5657,13 +5657,8 @@ sub git_project_list_rows { "\n" . "\n"; } - print ""; - if ($check_forks) { - print " "; - } else { - print " "; - } - print "".($to + 1)." project".($to = 1 ? "s" : "")." found "; + print ' '; + print "".($to + 1)." project".($to > 1 ? ($to < 1 ? "" : "s") : "")." found "; } sub git_project_list_body {