diff --git a/install.php b/install.php index 15385919..12f55bfc 100644 --- a/install.php +++ b/install.php @@ -239,7 +239,7 @@

Continue' . (isset($__is_error) ? ' anyway' : '') . '. + '>Continue' . (isset($__is_error) ? ' anyway' : '') . '

'; echo Element('page.html', $page); @@ -315,7 +315,7 @@ -

The following is all later configurable. For more options, edit your configuration files after installing.

+

The following is all later configurable. For more options, edit your configuration files after installing.

Cookies @@ -484,7 +484,7 @@ } $page['title'] = 'Installation complete'; - $page['body'] = '

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

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

Thank you for using Tinyboard. 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 Tinyboard installation; if so, you can probably ignore this.

The errors encountered were:

Ignore errors and complete installation.

';