Skip to content

Commit fa37d4e

Browse files
committed
Merge branch 'main' into develop.
2 parents 0666de1 + dc366ea commit fa37d4e

File tree

1 file changed

+3
-4
lines changed
  • includes/Core/Email_Reporting/templates/email-report/parts

1 file changed

+3
-4
lines changed

includes/Core/Email_Reporting/templates/email-report/parts/notice.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@
3939
<div style="font-size:14px; line-height:20px; letter-spacing: 0.25px; color:#462083; margin-bottom:16px;">
4040
<?php echo esc_html( $notice_body ); ?>
4141
<?php if ( ! empty( $learn_more_label ) && ! empty( $learn_more_url ) ) : ?>
42-
&nbsp;<a href="<?php echo esc_url( $learn_more_url ); ?>"
43-
style="color:#462083; text-decoration:underline;" rel="noopener"
44-
target="_blank"><?php echo esc_html( $learn_more_label ); ?></a>
42+
<a href="<?php echo esc_url( $learn_more_url ); ?>" style="color:#462083; text-decoration:underline;"
43+
rel="noopener" target="_blank"><?php echo esc_html( $learn_more_label ); ?></a>
4544
<?php endif; ?>
4645
</div>
4746
<?php endif; ?>
@@ -60,4 +59,4 @@
6059
<?php endif; ?>
6160
</td>
6261
</tr>
63-
</table>
62+
</table>

0 commit comments

Comments
 (0)