From 302ea0a45ba240f801468fe4f92e0a54f883e7b2 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 24 Jul 2018 22:14:01 +0100 Subject: [PATCH] lib/php/db/table.php --- lib/php/db/table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/php/db/table.php b/lib/php/db/table.php index 8da63d38..abf16be0 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -738,7 +738,7 @@ Class Table extends nb { $html .= ''.($tot ? ($x+1) : 0).' - '.( $tot<($x+$y) ? $tot : ($x+$y) ).' / '.$tot.''; - if ($next<$tot) $html .= ' >'; + if ($next<$tot) $html .= ' >'; return $html; -- 2.47.3