From 249445766e33ebb26b0b7469480718cea38cd440 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Thu, 13 Jun 2024 09:29:35 +0200 Subject: [PATCH] aa --- routes/web.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/routes/web.php b/routes/web.php index 01430266..141146fa 100644 --- a/routes/web.php +++ b/routes/web.php @@ -1866,6 +1866,9 @@ function getvalstr($mystr, $value, $separato = false) { $my = " " . $mystr . ": " . $value; } else { $my = $value; + if (!$separato) { + $my = " " . $value; + } } if ($separato) {