From: Nicolas Boisselier Date: Fri, 28 Sep 2018 15:40:16 +0000 (+0100) Subject: lib/php/db/table.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=ae50ecd6178ea6e44535839aacd409f3f8113408;p=nb.git lib/php/db/table.php --- 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 = '