Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit 7fceb78

Browse files
committed
fix useless unclosed div tags
Signed-off-by: Stephen L. <[email protected]>
1 parent 456ad82 commit 7fceb78

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

_includes/sections/instant-messenger.html

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ <h3>Disadvantages</h3>
6161
</div>
6262
</div>
6363

64-
<div>
6564
<h2 id="federated" class="anchor">
6665
<a href="#federated"><i class="fas fa-link anchor-icon"></i></a>
6766
Federated
@@ -113,7 +112,6 @@ <h3>Disadvantages</h3>
113112
</div>
114113
</div>
115114

116-
<div>
117115
<h4>Worth Mentioning</h4>
118116

119117
<ul>
@@ -161,11 +159,11 @@ <h2 id="peer-to-peer" class="anchor">
161159
<div class="container">
162160
<div class="row">
163161
<div class="col-md-6">
164-
<h3>Advantages</h3>
165-
<ul>
166-
<li>Minimal information is exposed to third parties.</li>
167-
<li>Modern P2P platforms implement end-to-end encryption by default. There are no servers that could potentially intercept and decrypt your transmissions, unlike centralized and federated models.</li>
168-
</ul>
162+
<h3>Advantages</h3>
163+
<ul>
164+
<li>Minimal information is exposed to third parties.</li>
165+
<li>Modern P2P platforms implement end-to-end encryption by default. There are no servers that could potentially intercept and decrypt your transmissions, unlike centralized and federated models.</li>
166+
</ul>
169167
</div>
170168
<div class="col-md-6">
171169
<h3>Disadvantages</h3>
@@ -207,10 +205,10 @@ <h2 id="nodal" class="anchor">
207205
<div class="row">
208206
<div class="col-md-6">
209207
<h3>Advantages</h3>
210-
<ul>
211-
<li>Minimal to no information is exposed to third parties.</li>
212-
<li>Messages can be relayed even if one of the parties is offline.</li>
213-
</ul>
208+
<ul>
209+
<li>Minimal to no information is exposed to third parties.</li>
210+
<li>Messages can be relayed even if one of the parties is offline.</li>
211+
</ul>
214212
</div>
215213
<div class="col-md-6">
216214
<h3>Disadvantages</h3>

0 commit comments

Comments
 (0)