texts: remove unneeded <br/>

Paragraphs induce spacing automatically.
This commit is contained in:
rasmus 2024-02-04 20:00:59 +02:00
parent 29c56b8d26
commit 5b75e489e7
1 changed files with 0 additions and 3 deletions

View File

@ -159,11 +159,9 @@ data:
<p>Hi, <%= name %>!</p>
<p>You agreed with the following Terms of Service at <%= timestamp %></p>
<p>Content SHA256 hash: <%= hash %></p>
<br />
<blockquote>
<%- content -%>
</blockquote>
<br />
<p>Best regards, <br/> K-Space MTÜ</p>
</div>
tos.subject: |
@ -176,7 +174,6 @@ data:
link.ejs: |
<div>
<p>Open the following link to log in: <%= url %></p>
<br />
<p>Best regards, <br/> K-Space MTÜ</p>
</div>
link.subject: |