mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Fix to use – instead as it looks better
This commit is contained in:
@@ -47,7 +47,7 @@ if (@jails) {
|
||||
$val = "<br>" if ($val);
|
||||
$val .= join('<br>', @ips);
|
||||
$val .= "<br><br>" if ($val);
|
||||
$val .= "—", $noval++ if (!$val);
|
||||
$val .= "–", $noval++ if (!$val);
|
||||
}
|
||||
push(@body, $val);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user