1
0
Fork 0
mirror of https://github.com/yunluo/gdk.git synced 2024-05-11 18:56:50 +02:00
This commit is contained in:
云落 2020-02-20 19:30:08 +08:00
parent 4c90935f30
commit 4fcf1b5acc

View file

@ -314,7 +314,7 @@ function gdk_table_shortcode_handler( $atts, $content='' ) {
}
$output .= '</tbody>';
$width = ' width="'.$width.'"';
$output = '<table class="gdk-table"'.$width.' >'.$output.'</table>';
$output = '<table class="gdk-table"'.$width.' >'.$output.'</table>\n';
return $output;
}