diff --git a/library/includes/page_footer.php b/library/includes/page_footer.php index 13eb574a4..0beb6703b 100644 --- a/library/includes/page_footer.php +++ b/library/includes/page_footer.php @@ -64,10 +64,9 @@ if ($show_dbg_info) { $stat .= '  ]'; $stat .= ' - '; - $stat .= !empty($_COOKIE['sql_log']) ? '[ wrap · max ]' : ''; + $stat .= !empty($_COOKIE['sql_log']) ? '[ wrap · max · ]' : ''; echo '
' . $stat . '
'; }