-- CRM-15989, removed whitespace
authorPradeep Nayak <pradpnayak@gmail.com>
Mon, 23 Feb 2015 16:40:24 +0000 (22:10 +0530)
committerPradeep Nayak <pradpnayak@gmail.com>
Mon, 2 Mar 2015 21:20:43 +0000 (02:50 +0530)
----------------------------------------
* CRM-15989: Merge Show Deceased Contact extension into core
  https://issues.civicrm.org/jira/browse/CRM-15989

CRM/Contact/Form/Contact.php
CRM/Contact/Page/View.php

index 69ccda51da7e533201498a0e1a9c563ffe84fb1b..7c6434a940f792669c416a81b7d534a3beee533e 100644 (file)
@@ -216,7 +216,6 @@ class CRM_Contact_Form_Contact extends CRM_Core_Form {
         if ($defaults['is_deceased']) {
           $displayName .= '  <font color=red>(deceased)</font>';
         }
-        
         $displayName = ts('Edit %1', array(1 => $displayName));
 
         // Check if this is default domain contact CRM-10482
index 26f97bd21fe17f0b8da634c282a06b77929ada90..f252c334461be5fcfe5b80a01c6ef78c29ae73cb 100644 (file)
@@ -335,7 +335,6 @@ class CRM_Contact_Page_View extends CRM_Core_Page {
     if ($contactDetails[$contactId]['isDeceased']) {
       $title .= '  <font color=red>(deceased)</font>';
     }
-    
     if ($isDeleted) {
       $title = "<del>{$title}</del>";
     }