From: Bradley Taylor Date: Tue, 12 Oct 2021 20:24:02 +0000 (+0100) Subject: Update to remove use of spacer.gif in ordering component X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=841e66cd482ef05b8abc0d3d56702615342b0e83;p=civicrm-core.git Update to remove use of spacer.gif in ordering component --- 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); }