Skip to content

Commit

Permalink
Fix duplicate class attr in optin e-mail. Closes #524.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Oct 19, 2021
1 parent f91b27d commit ca51c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/email-templates/subscriber-optin-campaign.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
{{ end }}
</ul>
<p>
<a class="button" {{ .OptinURLAttr }} class="button">{{ L.Ts "email.optin.confirmSub" }}</a>
<a class="button" {{ .OptinURLAttr }}>{{ L.Ts "email.optin.confirmSub" }}</a>
</p>
{{ end }}

0 comments on commit ca51c48

Please sign in to comment.