diff --git a/lang/ko.auto b/lang/ko.auto index 91d820880..e6b625c67 100644 --- a/lang/ko.auto +++ b/lang/ko.auto @@ -73,10 +73,10 @@ log_email_remote=고객 주소 : $1 nice_size_PB=PB nice_size_PiB=PiB -nice_size_TB=결핵 +nice_size_TB=TB nice_size_TiB=TiB nice_size_GB=GB -nice_size_GiB=수코양이 +nice_size_GiB=GiB nice_size_MB=MB nice_size_MiB=MiB nice_size_kB=kB diff --git a/web-lib-funcs.pl b/web-lib-funcs.pl index 3a664ef0f..8e8a3cf0a 100755 --- a/web-lib-funcs.pl +++ b/web-lib-funcs.pl @@ -2259,9 +2259,6 @@ if (!$@ && $] > 5.011) { my $date_format_time = DateTime->from_epoch(locale => $locale_name_loaded, epoch => $secs, time_zone => $tz)->strftime($locale_format_time); $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; - } return "$date_format_short $date_format_time"; } }