aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Coleman <coleman.ian@gmail.com>2014-09-30 10:00:42 +1000
committerIan Coleman <coleman.ian@gmail.com>2014-09-30 10:00:42 +1000
commit23d4a0f1678c6df98c29d0ce453ff4313e2e0c4c (patch)
tree114f64d65cec13580ce9f8c788b9810ea8dc0534
parent7394da185e575a1de7e162a1b3d2bbc93a7c8f47 (diff)
downloadBIP39-23d4a0f1678c6df98c29d0ce453ff4313e2e0c4c.tar.gz
BIP39-23d4a0f1678c6df98c29d0ce453ff4313e2e0c4c.tar.zst
BIP39-23d4a0f1678c6df98c29d0ce453ff4313e2e0c4c.zip
Indenting is consistent
-rw-r--r--bip39-standalone.html7
-rw-r--r--src/index.html7
2 files changed, 10 insertions, 4 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">
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">