Fix template emails

This commit is contained in:
Paulo Gustavo Veiga
2022-02-02 22:13:36 -08:00
parent a71f083416
commit 677bfe8b89
2 changed files with 3 additions and 3 deletions

View File

@@ -23,9 +23,9 @@
</table>
</div>
<div style="font-size: 13px; background-color: #FFF; padding: 10px 7px 7px 7px; min-height: 100px">
<p><strong>Message from ${senderMail}: </strong></p>
#if($message )
<pre style="font-family: Arial, sans-serif; color: #000; ">${message}</pre>
<p><strong>Message from ${senderMail}: </strong></p>
<pre style="font-family: Arial, sans-serif; color: #000; ">${message}</pre>
#end
<p>Click to open: <a href="${mapEditUrl}">${mindmap.title}</a></p>