]> git.mxchange.org Git - mailer.git/blobdiff - inc/install-inc.php
A lot forced-space characters ( ) removed, naming convention applied also in...
[mailer.git] / inc / install-inc.php
index 38e4a6be53215fab6f09a696c03df77e77578bf8..f27ccb8c024bd35f0c9364f7559e44d96033fbfc 100644 (file)
@@ -103,7 +103,7 @@ if ((!isInstalled()) || (!isAdminRegistered())) {
                        if (ifFatalErrorsDetected()) {
                                addToInstallContent('<div class="install_fatal">');
                                foreach (getFatalArray() as $key => $err) {
-                                       addToInstallContent('<div class="para"><strong>&middot;</strong>&nbsp;{--FATAL_NO--}' . ($key + 1) . ':&nbsp;' . $err . '</div>');
+                                       addToInstallContent('<div class="para"><strong>&middot;</strong> {--FATAL_NO--}' . ($key + 1) . ': ' . $err . '</div>');
                                } // END - foreach
                                addToInstallContent('</div>');
                        } // END - if