Skip to content

Commit

Permalink
Removes <p> tag inside of email button partial (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrkbingham authored Feb 26, 2024
1 parent d2f284c commit 552edb1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/system/views/mail/partial-button.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<a href="{{ url }}" class="button button-{{ type ?: 'primary' }}" target="_blank">
{{ body }}
</a>
<a href="{{ url }}" class="button button-{{ type ?: 'primary' }}" target="_blank">{{ body }}</a>
</td>
</tr>
</table>
Expand Down

0 comments on commit 552edb1

Please sign in to comment.