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 /src/index.html | |
parent | 7394da185e575a1de7e162a1b3d2bbc93a7c8f47 (diff) | |
download | BIP39-23d4a0f1678c6df98c29d0ce453ff4313e2e0c4c.tar.gz BIP39-23d4a0f1678c6df98c29d0ce453ff4313e2e0c4c.tar.zst BIP39-23d4a0f1678c6df98c29d0ce453ff4313e2e0c4c.zip |
Indenting is consistent
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html index 272e186..0a1a5ac 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -102,8 +102,11 @@ | |||
102 | <h2>Derivation Path</h2> | 102 | <h2>Derivation Path</h2> |
103 | <ul class="derivation-type nav nav-tabs" role="tablist"> | 103 | <ul class="derivation-type nav nav-tabs" role="tablist"> |
104 | <li class="active"> | 104 | <li class="active"> |
105 | <a href="#bip44" role="tab" data-toggle="tab">BIP44</a></li> | 105 | <a href="#bip44" role="tab" data-toggle="tab">BIP44</a> |
106 | <li><a href="#bip32" role="tab" data-toggle="tab">BIP32</a></li> | 106 | </li> |
107 | <li> | ||
108 | <a href="#bip32" role="tab" data-toggle="tab">BIP32</a> | ||
109 | </li> | ||
107 | </ul> | 110 | </ul> |
108 | <div class="derivation-type tab-content"> | 111 | <div class="derivation-type tab-content"> |
109 | <div id="bip44" class="tab-pane active"> | 112 | <div id="bip44" class="tab-pane active"> |