From: Nicolas Boisselier Date: Tue, 24 Jul 2018 21:14:01 +0000 (+0100) Subject: lib/php/db/table.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=302ea0a45ba240f801468fe4f92e0a54f883e7b2;p=nb.git lib/php/db/table.php --- 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;