diff --git a/install.php b/install.php index 1ac88571..062bfff2 100644 --- a/install.php +++ b/install.php @@ -998,7 +998,7 @@ if ($step == 0) { } $page['title'] = 'Installation complete'; - $page['body'] = '

Thank you for using vichan. Please remember to report any bugs you discover. How do I edit the config files?

'; + $page['body'] = '

Thank you for using vichan. Please remember to report any bugs you discover. How do I edit the config files?

'; if (!empty($sql_errors)) { $page['body'] .= '

SQL errors

SQL errors were encountered when trying to install the database. This may be the result of using a database which is already occupied with a vichan installation; if so, you can probably ignore this.

The errors encountered were:

Ignore errors and complete installation.

';