From f51fda7911369458ace47003e70a0cdc936a95e5 Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Wed, 17 Jan 2018 17:27:27 +0100 Subject: [PATCH] fix for coding standars --- mod/home.php | 2 +- view/theme/frio/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/home.php b/mod/home.php index 733f612bd0..614fd0e3e8 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 9aa6913e4d..894f1b2dd6 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;