diff options
author | Ian Coleman <ian@iancoleman.io> | 2018-10-29 19:06:33 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2018-10-29 19:06:33 +1100 |
commit | a51ef005ac7f2aaa656610c272004a6f21011c0c (patch) | |
tree | 96dd42f18fa7a50fde1c6230375afe1de91b8054 /src/index.html | |
parent | e066f14ecf9cc88a32e319278ba6f997de363608 (diff) | |
download | BIP39-a51ef005ac7f2aaa656610c272004a6f21011c0c.tar.gz BIP39-a51ef005ac7f2aaa656610c272004a6f21011c0c.tar.zst BIP39-a51ef005ac7f2aaa656610c272004a6f21011c0c.zip |
Fix whitespace consistency
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index 9b3dcad..36d753b 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -37,7 +37,7 @@ | |||
37 | <div class="form-inline"> | 37 | <div class="form-inline"> |
38 | <div class="input-group-inline"> | 38 | <div class="input-group-inline"> |
39 | <span>Generate a random mnemonic</span>: | 39 | <span>Generate a random mnemonic</span>: |
40 | <button class="btn generate" ><b>GENERATE</b></button> | 40 | <button class="btn generate" ><b>GENERATE</b></button> |
41 | <select id="strength" class="strength form-control"> | 41 | <select id="strength" class="strength form-control"> |
42 | <option value="3">3</option> | 42 | <option value="3">3</option> |
43 | <option value="6">6</option> | 43 | <option value="6">6</option> |