From 24004e282e7c24812e8abb9c12c1f3d0f8828aae Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Thu, 13 Jun 2024 09:28:52 +0200 Subject: [PATCH] aa --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 45306fa7..01430266 100644 --- a/routes/web.php +++ b/routes/web.php @@ -1865,7 +1865,7 @@ function getvalstr($mystr, $value, $separato = false) { if ($mystr) { $my = " " . $mystr . ": " . $value; } else { - $my = " " . $value; + $my = $value; } if ($separato) {