Update CRM/Profile/Selector/Listings.php
authorEileen McNaughton <eileen@mcnaughty.com>
Wed, 8 Nov 2023 01:05:52 +0000 (14:05 +1300)
committerGitHub <noreply@github.com>
Wed, 8 Nov 2023 01:05:52 +0000 (14:05 +1300)
Co-authored-by: colemanw <coleman@civicrm.org>
CRM/Profile/Selector/Listings.php

index 48456b784639e391e84cda33b7396d291ea55f19..87d04a9c81c173f8d781109351348bd5755dd793 100644 (file)
@@ -598,7 +598,7 @@ class CRM_Profile_Selector_Listings extends CRM_Core_Selector_Base implements CR
           $typeId = substr($name, 0, -4) . "-website_type_id";
           $typeName = CRM_Core_PseudoConstant::getLabel('CRM_Core_DAO_Website', 'website_type_id', $result->$typeId);
           if ($typeName) {
-            $row[] = "<a href=\"$url\">{$result->$name} ({$typeName})</a>";
+            $row[] = "<a href=\"$url\">{$result->$name} ($typeName)</a>";
           }
           else {
             $row[] = "<a href=\"$url\">{$result->$name}</a>";