mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Merge branch 'master' of github.com:webmin/webmin
This commit is contained in:
@@ -2106,7 +2106,7 @@ if (!$@) {
|
||||
$date_format_time = $date_format_time;
|
||||
$date_format_time =~ s/(\d+):(\d+):(\d+)(.*?)/$1:$2$4/;
|
||||
if ($main::webmin_script_type eq 'web') {
|
||||
$date_format_time =~ s/\s/ /g;
|
||||
$date_format_time =~ s/\s/ /g;
|
||||
}
|
||||
return "$date_format_short $date_format_time";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user