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) {