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