diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-11-27 17:01:21 +0100 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-11-27 17:01:21 +0100 |
commit | 1536c7ea586be3f94bfc149fbb2c0c94ea1dbddc (patch) | |
tree | 3b627661856ffcaee5f2dcd63676146743f1f628 /core | |
parent | 1065c3354326149022eaffe50c86c94ac226b620 (diff) | |
download | nextcloud-server-1536c7ea586be3f94bfc149fbb2c0c94ea1dbddc.tar.gz nextcloud-server-1536c7ea586be3f94bfc149fbb2c0c94ea1dbddc.zip |
switch from "name" attribute to "id"
Diffstat (limited to 'core')
-rw-r--r-- | core/templates/login.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/login.php b/core/templates/login.php index 214fda3b61e..c270963439c 100644 --- a/core/templates/login.php +++ b/core/templates/login.php @@ -18,7 +18,7 @@ <small><?php p($l->t('Please contact your administrator.')); ?></small> </div> <?php endif; ?> - <p name="message" class="hidden"> + <p id="message" class="hidden"> </p> <p class="infield grouptop"> <input type="text" name="user" id="user" placeholder="" |