fix for coding standars
authorfabrixxm <fabrix.xm@gmail.com>
Wed, 17 Jan 2018 16:27:27 +0000 (17:27 +0100)
committerfabrixxm <fabrix.xm@gmail.com>
Wed, 17 Jan 2018 16:27:27 +0000 (17:27 +0100)
mod/home.php
view/theme/frio/css/style.css

index 733f612..614fd0e 100644 (file)
@@ -31,7 +31,7 @@ function home_content(App $a) {
                unset($_SESSION['mobile-theme']);
        }
 
-       $customhome = False;
+       $customhome = false;
        $defaultheader = '<h1>'.((x($a->config,'sitename')) ? sprintf(t("Welcome to %s"), $a->config['sitename']) : "").'</h1>';
 
        $homefilepath = $a->basepath . "/home.html";
index 9aa6913..894f1b2 100644 (file)
@@ -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;