INFRA-132 - Spaces around "."
[civicrm-core.git] / CRM / Utils / PDF / Utils.php
index 59ec9c5295200f1b9a9e94a63aaeffb9f77529be..0f5ac5b1dac3b2508088513ad8bebcdff01aa662 100644 (file)
@@ -164,7 +164,7 @@ class CRM_Utils_PDF_Utils {
 
     // close and output the PDF
     $pdf->Close();
-    $pdf_file = 'CiviLetter'.'.pdf';
+    $pdf_file = 'CiviLetter' . '.pdf';
     $pdf->Output($pdf_file, 'D');
     CRM_Utils_System::civiExit(1);
   }