Fix to use – instead as it looks better

This commit is contained in:
Ilia
2022-04-11 02:41:32 +03:00
parent a8569d62f0
commit 9fd80674c2

View File

@@ -47,7 +47,7 @@ if (@jails) {
$val = "<br>" if ($val);
$val .= join('<br>', @ips);
$val .= "<br><br>" if ($val);
$val .= "&mdash;", $noval++ if (!$val);
$val .= "&ndash;", $noval++ if (!$val);
}
push(@body, $val);
}