From 243d1a6990d289bf2bd23d02019adea0e6eba77e Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sun, 22 May 2016 02:32:33 +0100 Subject: [PATCH] out table for wp --- lib/php/out.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.47.3