Remove un-necessary HTML

This commit is contained in:
Jamie Cameron
2017-11-21 11:46:15 -08:00
parent 125b50d3de
commit c2bf44afac

View File

@ -96,8 +96,7 @@ elsif ($_[0]->{'mismatch'} && $_[0]->{'url'} &&
$ok++ if ($host =~ /^$match$/i); $ok++ if ($host =~ /^$match$/i);
} }
if (!$ok) { if (!$ok) {
$desc = &text('sslcert_ematch', "<tt>$host</tt>", $desc = &text('sslcert_ematch', $host, $cn);
"<tt>$cn</tt>");
} }
} }