Skip to content

Commit

Permalink
Removed extraneous whitespace causing php warning - Fixes sendgrid#75
Browse files Browse the repository at this point in the history
  • Loading branch information
hostyle authored Dec 19, 2018
1 parent 60b0a73 commit c5108fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/class-sendgrid-nlvx-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ private function process_subscription() {

$email = $email_split[0] . '@' . $email_domain;
} else {
$email = htmlspecialchars( $_POST['sendgrid_mc_email'], ENT_QUOTES, 'UTF-8 ');
$email = htmlspecialchars( $_POST['sendgrid_mc_email'], ENT_QUOTES, 'UTF-8');
}

// Bad call
Expand Down

0 comments on commit c5108fd

Please sign in to comment.