diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -18,7 +18,9 @@ <legend>LDIF location</legend> <div> <label for="URL">URL of the LDIF file:</label> - <input name="URL" type="url" required autofocus> + <input name="URL" type="url" required autofocus + placeholder="Enter URL of the LDIF file" + mozactionhint="go"> </div> <!--div> <label for="user-name">Username:</label> |