From: Nicolas Boisselier Date: Sun, 22 May 2016 01:32:33 +0000 (+0100) Subject: out table for wp X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=243d1a6990d289bf2bd23d02019adea0e6eba77e;p=nb.git out table for wp --- diff --git a/lib/php/out.php b/lib/php/out.php index e3bddbf3..8c71e8a3 100644 --- a/lib/php/out.php +++ b/lib/php/out.php @@ -57,7 +57,7 @@ Class Out extends Nb { 'table' => array( 'is_html' => true, - 'enclose' => array("".NB_EOL,"
".NB_EOL), + 'enclose' => array("".NB_EOL,"
".NB_EOL), 'tag_enclose' => 'tr class="row"', 'tag_head' => 'th', 'tag' => 'td',