From ae50ecd6178ea6e44535839aacd409f3f8113408 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Fri, 28 Sep 2018 16:40:16 +0100 Subject: [PATCH] lib/php/db/table.php --- lib/php/db/table.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/php/db/table.php b/lib/php/db/table.php index 72ec6669..8e268439 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -1236,7 +1236,7 @@ Class Table extends nb { } if ($opt['is_html']) { - echo '
'.NB_EOL; + echo '
'.NB_EOL; } if ($opt['is_html']) $this->db()->out->type('html'); @@ -1369,7 +1369,7 @@ Class Table extends nb { if ($opt['is_html']) { echo '' - .'
' + .'
' .''.NB_EOL @@ -1380,7 +1380,7 @@ Class Table extends nb { } # < out if ($opt['is_html']) { - echo '
'.NB_EOL; + echo '
'.NB_EOL; # db-results } #return $count; @@ -2163,7 +2163,7 @@ Class Table extends nb { $buttons = '
'; if (!empty($opt['buttons'])) $buttons = $opt['buttons']; - $r = '