texts: remove unneeded <br/>
Paragraphs induce spacing automatically.
This commit is contained in:
parent
29c56b8d26
commit
5b75e489e7
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user