Browse Source

Minor: Spacing

Yannick Warnier 8 years ago
parent
commit
93e8fd62cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      custompages/index-unlogged-dist.php

+ 1 - 1
custompages/index-unlogged-dist.php

@@ -28,7 +28,7 @@ if (isset($_GET['loginFailed'])) {
             case 'access_url_inactive':
                 $error_message = custompages_get_lang('AccountURLInactive');
                 break;
-            default :
+            default:
                 $error_message = custompages_get_lang('InvalidId');
         }
     } else {