diff options
author | Robert Johnson <sk8boy189@gmail.com> | 2014-09-29 22:57:48 -0500 |
---|---|---|
committer | Robert Johnson <sk8boy189@gmail.com> | 2014-09-29 22:57:48 -0500 |
commit | 5f231c99519e3de57f9a84f6807ecf7d4975d728 (patch) | |
tree | 6d2736ae97df0a3573db5815783dc8a9c88b07ba /src/index.html | |
parent | 507a9c2925dd46f0cbba4c53d2a95cd9ed01dbcf (diff) | |
download | BIP39-5f231c99519e3de57f9a84f6807ecf7d4975d728.tar.gz BIP39-5f231c99519e3de57f9a84f6807ecf7d4975d728.tar.zst BIP39-5f231c99519e3de57f9a84f6807ecf7d4975d728.zip |
fixed spacing, added missing tag
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 695570f..5ff997b 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -205,7 +205,7 @@ | |||
205 | <div class="col-md-12"> | 205 | <div class="col-md-12"> |
206 | <h2>Derived Addresses</h2> | 206 | <h2>Derived Addresses</h2> |
207 | <p>Note these addreses are derived from the <strong>BIP32 Extended Key</strong></p> | 207 | <p>Note these addreses are derived from the <strong>BIP32 Extended Key</strong></p> |
208 | <div class="form-group"> | 208 | <div class="form-group"> |
209 | <label for="network-address-type" class="col-sm-2 control-label">Coin</label> | 209 | <label for="network-address-type" class="col-sm-2 control-label">Coin</label> |
210 | <div class="col-sm-10"> | 210 | <div class="col-sm-10"> |
211 | <select id="network-address-type" class="network form-control"> | 211 | <select id="network-address-type" class="network form-control"> |