diff options
author | Remy <relst@relst.nl> | 2015-09-22 15:47:31 +0200 |
---|---|---|
committer | Remy <relst@relst.nl> | 2015-09-22 15:47:31 +0200 |
commit | 80b1fb7db9e3d7356f7cbb0285250c5ecc4fe09d (patch) | |
tree | 903dcd6915c76b98536ef66cfff5d7d6a61b0bea | |
parent | 9f335dabf0c022122d2ddf0c24206b40d5154771 (diff) | |
download | ssl-decoder-80b1fb7db9e3d7356f7cbb0285250c5ecc4fe09d.zip ssl-decoder-80b1fb7db9e3d7356f7cbb0285250c5ecc4fe09d.tar.gz ssl-decoder-80b1fb7db9e3d7356f7cbb0285250c5ecc4fe09d.tar.bz2 |
Add autofocus attribute
-rw-r--r-- | inc/form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/form.php b/inc/form.php index b6d96d1..725f20e 100644 --- a/inc/form.php +++ b/inc/form.php @@ -12,7 +12,7 @@ <div class="form-group"> <label class="col-md-1 control-label" for="host">Host </label> <div class="col-md-5"> - <input id="host" name="host" type="text" placeholder="raymii.org (or Host:IP to test a specific hostname on an IP)" class="form-control input-md" > + <input id="host" name="host" type="text" placeholder="raymii.org (or Host:IP to test a specific hostname on an IP)" autofocus="autofocus" class="form-control input-md" > </div> <label class="col-md-1 control-label" for="port">Port</label> <div class="col-md-2"> |