diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2014-09-30 10:00:42 +1000 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2014-09-30 10:00:42 +1000 |
commit | 23d4a0f1678c6df98c29d0ce453ff4313e2e0c4c (patch) | |
tree | 114f64d65cec13580ce9f8c788b9810ea8dc0534 /bip39-standalone.html | |
parent | 7394da185e575a1de7e162a1b3d2bbc93a7c8f47 (diff) | |
download | BIP39-23d4a0f1678c6df98c29d0ce453ff4313e2e0c4c.tar.gz BIP39-23d4a0f1678c6df98c29d0ce453ff4313e2e0c4c.tar.zst BIP39-23d4a0f1678c6df98c29d0ce453ff4313e2e0c4c.zip |
Indenting is consistent
Diffstat (limited to 'bip39-standalone.html')
-rw-r--r-- | bip39-standalone.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bip39-standalone.html b/bip39-standalone.html index cdcfcdf..64fc271 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html | |||
@@ -6306,8 +6306,11 @@ button.close { | |||
6306 | <h2>Derivation Path</h2> | 6306 | <h2>Derivation Path</h2> |
6307 | <ul class="derivation-type nav nav-tabs" role="tablist"> | 6307 | <ul class="derivation-type nav nav-tabs" role="tablist"> |
6308 | <li class="active"> | 6308 | <li class="active"> |
6309 | <a href="#bip44" role="tab" data-toggle="tab">BIP44</a></li> | 6309 | <a href="#bip44" role="tab" data-toggle="tab">BIP44</a> |
6310 | <li><a href="#bip32" role="tab" data-toggle="tab">BIP32</a></li> | 6310 | </li> |
6311 | <li> | ||
6312 | <a href="#bip32" role="tab" data-toggle="tab">BIP32</a> | ||
6313 | </li> | ||
6311 | </ul> | 6314 | </ul> |
6312 | <div class="derivation-type tab-content"> | 6315 | <div class="derivation-type tab-content"> |
6313 | <div id="bip44" class="tab-pane active"> | 6316 | <div id="bip44" class="tab-pane active"> |