]> git.nbdom.net Git - nb.git/commitdiff
out table for wp
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Sun, 22 May 2016 01:32:33 +0000 (02:32 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Sun, 22 May 2016 01:32:33 +0000 (02:32 +0100)
lib/php/out.php

index e3bddbf3102d2c85931a77023ae9f7ed9cceeb55..8c71e8a3a64986071cc76f2a51aab39b4e0d68d4 100644 (file)
@@ -57,7 +57,7 @@ Class Out extends Nb {
 
       'table' => array(
         'is_html' => true,
-        'enclose' => array("<table class=\"rows wp-list-table widefat fixed striped\">".NB_EOL,"</table>".NB_EOL),
+        'enclose' => array("<table class=\"rows widefat fixed striped\">".NB_EOL,"</table>".NB_EOL),
         'tag_enclose' => 'tr class="row"',
         'tag_head' => 'th',
         'tag' => 'td',