mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/15179] Replace spaces with a tab
PHPBB3-15179
This commit is contained in:
parent
a079c5fed0
commit
e2c0356f34
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue