projects
/
gitweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2fd075
)
fix project count
author
Stricted
<Stricted@nexus-irc.de>
Sat, 15 Apr 2017 18:47:42 +0000
(20:47 +0200)
committer
Stricted
<Stricted@nexus-irc.de>
Sat, 15 Apr 2017 18:47:42 +0000
(20:47 +0200)
index.cgi
patch
|
blob
|
blame
|
history
diff --git
a/index.cgi
b/index.cgi
index 929845443d9e99e567865a74841fc1313a99afc5..7bf1ea7591f10ccfa3e352f022e118866d9c3f8d 100644
(file)
--- a/
index.cgi
+++ b/
index.cgi
@@
-5762,7
+5762,7
@@
sub git_project_list_rows {
}
print '<tr><td colspan="'.($check_forks ? '1' : '2').'"> </td>';
- print "<td>".($to + 1)." project".($to
> 1 ? ($to <
1 ? "" : "s") : "")." found</td><td colspan=\"3\"> </td></tr>";
+ print "<td>".($to + 1)." project".($to
+1 >= 1 ? ($to+1 <=
1 ? "" : "s") : "")." found</td><td colspan=\"3\"> </td></tr>";
}
sub git_project_list_body {