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