From c2bf44afac2fbcdc12dc93e7f0558a32e28d93b0 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Tue, 21 Nov 2017 11:46:15 -0800 Subject: [PATCH] Remove un-necessary HTML --- status/sslcert-monitor.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/status/sslcert-monitor.pl b/status/sslcert-monitor.pl index 806f8ae95..b16cf7d25 100755 --- a/status/sslcert-monitor.pl +++ b/status/sslcert-monitor.pl @@ -96,8 +96,7 @@ elsif ($_[0]->{'mismatch'} && $_[0]->{'url'} && $ok++ if ($host =~ /^$match$/i); } if (!$ok) { - $desc = &text('sslcert_ematch', "$host", - "$cn"); + $desc = &text('sslcert_ematch', $host, $cn); } }