From b749199f557e5c502a4b2c1f1ce43ef04e3d627b Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Mon, 14 Aug 2023 18:44:52 +0200 Subject: [PATCH] Update systeminfo.php Updated div class of the "Client" section --- front/systeminfo.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/front/systeminfo.php b/front/systeminfo.php index 121fcee1..91a841c5 100644 --- a/front/systeminfo.php +++ b/front/systeminfo.php @@ -159,12 +159,12 @@ echo '
-
' . lang('Systeminfo_Client_User_Agent') . '
-
' . $_SERVER['HTTP_USER_AGENT'] . '
+
' . lang('Systeminfo_Client_User_Agent') . '
+
' . $_SERVER['HTTP_USER_AGENT'] . '
-
' . lang('Systeminfo_Client_Resolution') . '
-
+
' . lang('Systeminfo_Client_Resolution') . '
+
';