mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-17 16:02:16 +00:00
Indenting is consistent
This commit is contained in:
@@ -6306,8 +6306,11 @@ button.close {
|
||||
<h2>Derivation Path</h2>
|
||||
<ul class="derivation-type nav nav-tabs" role="tablist">
|
||||
<li class="active">
|
||||
<a href="#bip44" role="tab" data-toggle="tab">BIP44</a></li>
|
||||
<li><a href="#bip32" role="tab" data-toggle="tab">BIP32</a></li>
|
||||
<a href="#bip44" role="tab" data-toggle="tab">BIP44</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#bip32" role="tab" data-toggle="tab">BIP32</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="derivation-type tab-content">
|
||||
<div id="bip44" class="tab-pane active">
|
||||
|
||||
@@ -102,8 +102,11 @@
|
||||
<h2>Derivation Path</h2>
|
||||
<ul class="derivation-type nav nav-tabs" role="tablist">
|
||||
<li class="active">
|
||||
<a href="#bip44" role="tab" data-toggle="tab">BIP44</a></li>
|
||||
<li><a href="#bip32" role="tab" data-toggle="tab">BIP32</a></li>
|
||||
<a href="#bip44" role="tab" data-toggle="tab">BIP44</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#bip32" role="tab" data-toggle="tab">BIP32</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="derivation-type tab-content">
|
||||
<div id="bip44" class="tab-pane active">
|
||||
|
||||
Reference in New Issue
Block a user