Inactivity message format fix (#171)

This commit is contained in:
jmptbl 2023-01-20 10:08:07 +01:00 committed by GitHub
parent 7226cea874
commit d09aa72a42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,7 @@ class HTMLTree extends Tree {
if (! is_null($server->inactivityTime())) {
$m = sprintf(_('Inactivity will log you off at %s'),
date('%H:%M',$server->inactivityTime()));
date('H:i',$server->inactivityTime()));
printf(' <img width="14" height="14" src="%s/timeout.png" title="%s" alt="%s"/>',IMGDIR,$m,'Timeout');
}
echo '</td></tr>';