From 841e66cd482ef05b8abc0d3d56702615342b0e83 Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Tue, 12 Oct 2021 21:24:02 +0100 Subject: [PATCH] Update to remove use of spacer.gif in ordering component --- CRM/Utils/Weight.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CRM/Utils/Weight.php b/CRM/Utils/Weight.php index 891db2fa7a..345d6b1a80 100644 --- a/CRM/Utils/Weight.php +++ b/CRM/Utils/Weight.php @@ -400,8 +400,8 @@ class CRM_Utils_Weight { $links[] = "\"$alt\""; } else { - $links[] = ""; - $links[] = ""; + $links[] = ""; + $links[] = ""; } if ($nextID != 0) { @@ -412,8 +412,8 @@ class CRM_Utils_Weight { $links[] = "\"$alt\""; } else { - $links[] = ""; - $links[] = ""; + $links[] = ""; + $links[] = ""; } $rows[$id]['weight'] = implode(' ', $links); } -- 2.25.1