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 committed Feb 26, 2024
1 parent fc21faa commit 422fc78
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 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 422fc78

Please sign in to comment.