From 7c8955b12620208281c449bff2ecbfe29103d466 Mon Sep 17 00:00:00 2001 From: Godfrey M Date: Wed, 4 Sep 2024 12:38:35 -0700 Subject: [PATCH] revert changes to label view --- app/View/Label.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/View/Label.php b/app/View/Label.php index 07152ccd2c..8868306591 100644 --- a/app/View/Label.php +++ b/app/View/Label.php @@ -158,8 +158,8 @@ class Label implements View // The end result of this will be in this format: // {labelOne} {valueOne} | {labelTwo} {valueTwo} | {labelThree} {valueThree} $previous['value'] = trim(implode(' | ', [ - implode(' ', [$previous['label'], str_replace(['{', '}'], '', $previous['value'])]), - implode(' ', [$current['label'], str_replace(['{', '}'], '', $current['value'])]), + implode(' ', [$previous['label'], $previous['value']]), + implode(' ', [$current['label'], $current['value']]), ])); // We'll set the label to an empty string since we