[ticket/15179] Replace spaces with a tab

PHPBB3-15179
This commit is contained in:
Marc Alexander 2017-06-03 10:01:28 +02:00
parent a079c5fed0
commit e2c0356f34
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -325,7 +325,7 @@ class check extends \phpbb\console\command\command
$io->table([ $io->table([
$this->language->lang('VERSION'), $this->language->lang('VERSION'),
$this->language->lang('ANNOUNCEMENT_TOPIC'), $this->language->lang('ANNOUNCEMENT_TOPIC'),
$this->language->lang('DOWNLOAD_LATEST'), $this->language->lang('DOWNLOAD_LATEST'),
], $rows); ], $rows);
} }
} }