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