From 38e1bd73ce91da95308f3267d046a01dfb5c1d04 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Mon, 6 Dec 2021 09:16:46 -0500 Subject: [PATCH] remove br tag in header --- CRM/Report/Form/Contribute/Repeat.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Report/Form/Contribute/Repeat.php b/CRM/Report/Form/Contribute/Repeat.php index 5a028ae438..3ec045ca10 100644 --- a/CRM/Report/Form/Contribute/Repeat.php +++ b/CRM/Report/Form/Contribute/Repeat.php @@ -882,8 +882,8 @@ GROUP BY currency $from2 = CRM_Utils_Date::customFormat($from2, NULL, array('d')); $to2 = CRM_Utils_Date::customFormat($to2, NULL, array('d')); - $this->_columnHeaders['contribution1_total_amount_sum']['title'] = "$from1 -
$to1"; - $this->_columnHeaders['contribution2_total_amount_sum']['title'] = "$from2 -
$to2"; + $this->_columnHeaders['contribution1_total_amount_sum']['title'] = "$from1 - $to1"; + $this->_columnHeaders['contribution2_total_amount_sum']['title'] = "$from2 - $to2"; unset($this->_columnHeaders['contribution1_total_amount_count'], $this->_columnHeaders['contribution2_total_amount_count'] ); -- 2.25.1