From 9071617b9ff0ac83dc6ad9e949c2e2e8d9353c95 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Fri, 20 Oct 2023 21:24:23 +0700 Subject: [PATCH] Update page_footer.php --- library/includes/page_footer.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/includes/page_footer.php b/library/includes/page_footer.php index eee2962b..e58f807c 100644 --- a/library/includes/page_footer.php +++ b/library/includes/page_footer.php @@ -63,9 +63,9 @@ if ($show_dbg_info) $stat .= '  ]'; $stat .= !empty($_COOKIE['sql_log']) ? ' [ wrap · max ] |' : ''; $stat .= ' -  | -  | - +  | +  | + '; echo '
'. $stat .'
';