Browse Source

avoid an HTML complaint about bad formatting

pull/132/head
Trent Larson 2 months ago
parent
commit
4905334ed4
  1. 2
      src/views/HelpView.vue

2
src/views/HelpView.vue

@ -502,6 +502,7 @@
then don't use it. then don't use it.
<br /> <br />
As for data & privacy: As for data & privacy:
</p>
<ul class="list-disc list-outside ml-4"> <ul class="list-disc list-outside ml-4">
<li> <li>
If using notifications, a server stores push token data. That can be revoked at any time If using notifications, a server stores push token data. That can be revoked at any time
@ -522,7 +523,6 @@
</a> </a>
</li> </li>
</ul> </ul>
</p>
<h2 class="text-xl font-semibold">How can I contribute?</h2> <h2 class="text-xl font-semibold">How can I contribute?</h2>
<p> <p>

Loading…
Cancel
Save