Fix to prevent the email notification X-Site scripting
This commit is contained in:
@@ -11,9 +11,8 @@
|
||||
{{ .Greeting }}
|
||||
<br><br>
|
||||
{{ .MessageBody }}
|
||||
{{if ne .CallToAction "" }}
|
||||
<br><br>{{ .CallToAction }}
|
||||
{{end}}
|
||||
{{if ne .CallToAction "" }}<br><br>
|
||||
{{ .CallToAction }}{{end}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user