INFRA-132 - Docblock formatting fixes
[civicrm-core.git] / CRM / Pledge / Form / PledgeView.php
index 17968e93e0e609ddfd94a4e9f52ca4cef27b7b64..92b45e90579d12832d1bc10943e90e5a5c0c4fd7 100644 (file)
@@ -119,7 +119,7 @@ class CRM_Pledge_Form_PledgeView extends CRM_Core_Form {
       $displayName .= ' (' . ts('default organization') . ')';
     }
     // omitting contactImage from title for now since the summary overlay css doesn't work outside of our crm-container
-    CRM_Utils_System::setTitle(ts('View Pledge by') .  ' ' . $displayName);
+    CRM_Utils_System::setTitle(ts('View Pledge by') . ' ' . $displayName);
 
     //do check for campaigns
     if ($campaignId = CRM_Utils_Array::value('campaign_id', $values)) {