summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates/authenticate.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-03-04 22:11:57 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-03-04 22:11:57 +0100
commit07dee24cb29bd6fd49e26094b28d6506eaf3e96c (patch)
tree9cf2d567578830b7547164d0e1c2e017de25a8ff /apps/files_sharing/templates/authenticate.php
parent5c061561c55b5adb6577c4ca2a2b4009b246db6d (diff)
downloadnextcloud-server-07dee24cb29bd6fd49e26094b28d6506eaf3e96c.tar.gz
nextcloud-server-07dee24cb29bd6fd49e26094b28d6506eaf3e96c.zip
explicitly add empty placeholder to inputs which use infield labels, fix #2049
Diffstat (limited to 'apps/files_sharing/templates/authenticate.php')
-rw-r--r--apps/files_sharing/templates/authenticate.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php
index b6ef82da6f0..7a67b6e5503 100644
--- a/apps/files_sharing/templates/authenticate.php
+++ b/apps/files_sharing/templates/authenticate.php
@@ -2,8 +2,8 @@
<fieldset>
<p class="infield">
<label for="password" class="infield"><?php p($l->t('Password')); ?></label>
- <input type="password" name="password" id="password" value="" autofocus />
+ <input type="password" name="password" id="password" placeholder="" value="" autofocus />
<input type="submit" value="<?php p($l->t('Submit')); ?>" />
</p>
</fieldset>
-</form> \ No newline at end of file
+</form>