diff --git a/install.php b/install.php index 7bd715ac..6ace207d 100644 --- a/install.php +++ b/install.php @@ -14,6 +14,9 @@ 'body' => '' ); + // this breaks the dispaly of licenses if enabled + $config['minify_html'] = false; + if(file_exists($config['has_installed'])) { // Check the version number @@ -137,7 +140,7 @@ if(!isset($_GET['confirm'])) { $page['title'] = 'License Change'; $page['body'] = '

You are upgrading to a version which uses an amended license. The licenses included with Tinyboard distributions prior to this version (v0.9.4-dev-2) are still valid for those versions, but no longer apply to this and newer versions.

' . - ' + '

I have read and understood the agreement. Proceed to upgrading.

'; @@ -167,7 +170,7 @@ if($step == 0) { // Agreeement $page['body'] = ' - +

I have read and understood the agreement. Proceed to installation.

';