mirror of
https://github.com/webmin/webmin.git
synced 2025-08-19 01:15:14 +00:00
Remove un-necessary HTML
This commit is contained in:
@ -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>");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user