We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77616d6 commit 8063b4dCopy full SHA for 8063b4d
lib/cli/table/Ascii.php
@@ -198,6 +198,7 @@ public function row( array $row ) {
198
}
199
200
private function padColumn($content, $column) {
201
+ $content = str_replace( "\t", ' ', (string) $content );
202
return $this->_characters['padding'] . Colors::pad( $content, $this->_widths[ $column ], $this->isPreColorized( $column ) ) . $this->_characters['padding'];
203
204
0 commit comments