Skip to content

Commit

Permalink
Ensure the href tag doesn't get removed; remove inline line-height style
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Jun 17, 2024
1 parent fd30c29 commit a4c7af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/setup_page.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
?>
<div>
<h3 class="mc-h2"><?php esc_html_e( 'Log In', 'mailchimp_i18n' ); ?></h3>
<p class="mc-p" style="width: 40%;line-height: 21px;">
<p class="mc-p" style="width: 40%;">
<?php
echo wp_kses(
__(
Expand All @@ -44,7 +44,7 @@
),
[
'a' => [
'href',
'href' => [],
],
'strong' => [],
]
Expand Down

0 comments on commit a4c7af7

Please sign in to comment.