From 8b2e9c02e112763a94b71c79373017da5dd05d8f Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Thu, 12 Oct 2023 15:19:16 +0700 Subject: [PATCH] Update page_footer.php --- library/includes/page_footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/includes/page_footer.php b/library/includes/page_footer.php index be9ef606..eee2962b 100644 --- a/library/includes/page_footer.php +++ b/library/includes/page_footer.php @@ -30,7 +30,7 @@ if ($show_dbg_info) { $gen_time = utime() - TIMESTART; $gen_time_txt = sprintf('%.3f', $gen_time); - $gzip_text = (UA_GZIP_SUPPORTED) ? "{$lang['GZIP_COMPRESSION']}: " : "{$lang['GZIP_COMPRESSION']}: "; + $gzip_text = (UA_GZIP_SUPPORTED) ? "{$lang['GZIP_COMPRESSION']}: " : "{$lang['GZIP_COMPRESSION']}: "; $gzip_text .= ($bb_cfg['gzip_compress']) ? $lang['ON'] : $lang['OFF']; $stat = '[  '. $lang['EXECUTION_TIME'] ." $gen_time_txt ". $lang['SEC'];