Forgotten space

This commit is contained in:
Wruczek 2019-01-12 10:53:53 +01:00
parent f45e0a03d8
commit b8e3cd2466
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if (!file_exists(__PRIVATE_DIR . "/vendor/autoload.php")) {
die( die(
'<h2>Oops! We cannot find Composer\'s autoload file.</h2>' . '<h2>Oops! We cannot find Composer\'s autoload file.</h2>' .
'<h3>In 2.0, the installation procedure is a little different. Go to the ' . '<h3>In 2.0, the installation procedure is a little different. Go to the ' .
'<a href="https://github.com/Wruczek/ts-website/wiki/%5BEN%5D-Website-Installation" target="_blank">wiki</a>' . '<a href="https://github.com/Wruczek/ts-website/wiki/%5BEN%5D-Website-Installation" target="_blank">wiki</a> ' .
'and follow the installation tutorial.</h3>' . 'and follow the installation tutorial.</h3>' .
'Or, if you know what you are doing, run <code>composer update</code> in the ' . 'Or, if you know what you are doing, run <code>composer update</code> in the ' .
'<code>' . realpath(__BASE_DIR) . '</code> directory' '<code>' . realpath(__BASE_DIR) . '</code> directory'