diff --git a/mod/home.php b/mod/home.php
index 733f612bd..614fd0e3e 100644
--- a/mod/home.php
+++ b/mod/home.php
@@ -31,7 +31,7 @@ function home_content(App $a) {
unset($_SESSION['mobile-theme']);
}
- $customhome = False;
+ $customhome = false;
$defaultheader = '
'.((x($a->config,'sitename')) ? sprintf(t("Welcome to %s"), $a->config['sitename']) : "").'
';
$homefilepath = $a->basepath . "/home.html";
diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css
index 9aa6913e4..894f1b2dd 100644
--- a/view/theme/frio/css/style.css
+++ b/view/theme/frio/css/style.css
@@ -3009,7 +3009,7 @@ section .profile-match-wrapper {
* Login page
*/
#login-submit-wrapper {
- display: flex;
+ display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;