Explorar el Código

Minor: Spacing

Yannick Warnier hace 8 años
padre
commit
93e8fd62cb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {