diff options
| author | horus_arch | 2017-02-02 15:26:37 +0100 |
|---|---|---|
| committer | horus_arch | 2017-02-02 15:26:37 +0100 |
| commit | 10cb78145a8358d79f45e2edd70b9ac90aa60d11 (patch) | |
| tree | 2332d0edcb977d7a818c87ab852c9fed6b506357 /intern.gospeladlershof.de/login.php | |
| parent | d6aeb7231cdc0183cd4da90d53af6a1dde7ca880 (diff) | |
| parent | b75b11e62e7156e70bef71e8d048333e48958e8d (diff) | |
| download | gospeladlershof.de-10cb78145a8358d79f45e2edd70b9ac90aa60d11.tar.gz | |
Merge branch 'master' of git.iamfabulous.de:gospeladlershof.de
Diffstat (limited to 'intern.gospeladlershof.de/login.php')
| -rw-r--r-- | intern.gospeladlershof.de/login.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intern.gospeladlershof.de/login.php b/intern.gospeladlershof.de/login.php index aba1467..c9462f1 100644 --- a/intern.gospeladlershof.de/login.php +++ b/intern.gospeladlershof.de/login.php @@ -31,7 +31,7 @@ if ( ! empty($_SESSION) ) { ?> <h2 class="form-signin-heading">Bitte melde dich an</h2> <label for="inputEmail" class="sr-only">E-Mail Adresse</label> - <input name="email" type="text" id="inputEmail" class="form-control" placeholder="E-Mail-Adresse" required autofocus> + <input name="email" type="email" id="inputEmail" class="form-control" placeholder="E-Mail-Adresse" required autofocus> <label for="inputPassword" class="sr-only">Passwort</label> <input name="password" type="password" id="inputPassword" class="form-control" placeholder="Passwort" required> <!--div class="checkbox"> |
