Merge pull request #5830 from davecivicrm/CRM-16502
[civicrm-core.git] / CRM / Event / Badge / Logo5395.php
index 59d1d18231c30a0d8968176921426934679d3aca..411dfc74c59e835d123d09a947e808b66e240e3e 100644 (file)
@@ -44,7 +44,7 @@ class CRM_Event_Badge_Logo5395 extends CRM_Event_Badge {
         'cap' => 'round',
         'join' => 'round',
         'dash' => '2,2',
-        'color' => array(0, 0, 200)
+        'color' => array(0, 0, 200),
       ));
 
     $this->pdf->SetFontSize(9);
@@ -59,4 +59,5 @@ class CRM_Event_Badge_Logo5395 extends CRM_Event_Badge {
     $this->pdf->SetFontSize(15);
     $this->pdf->MultiCell($this->pdf->width, 0, $participant['current_employer'], $this->border, "C", 0, 1, $x, $this->pdf->getY());
   }
+
 }