diff --git a/scripts/setup.php b/scripts/setup.php
index a657c00..4805353 100644
--- a/scripts/setup.php
+++ b/scripts/setup.php
@@ -134,7 +134,7 @@ switch ($command) {
break;
default:
- $messages[] = $langSetup["welcome"];
+ $messages[] = "" . $langSetup["welcome"];
if (version_compare(PHP_VERSION, '5.4.0', '<')) {
$messages[] = "" . sprintf($langSetup["phpversionwarn"], PHP_VERSION) . "";
}
@@ -188,6 +188,9 @@ switch ($command) {
color: #f8f5f7;
padding: 10%;
}
+ #message img {
+ vertical-align: bottom;
+ }
#message input[type=text], #message input[type=password] {
width: 40em;
padding: 0.4em;