From 814b9246d43dc7674fdf66201177a2af9b198091 Mon Sep 17 00:00:00 2001 From: Fredrick Brennan Date: Fri, 27 Jul 2018 18:48:27 +0800 Subject: [PATCH] Fix broken link in install.php --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

';