Jake Vanderwerf
2026-01-28 8c6502de2f8ec2bd8382cd6945c327d7be400e14
inc/integrations/PostMark.php
@@ -419,9 +419,7 @@
      // Clean up whitespace
      $text = preg_replace('/\s+/', ' ', $text);
      $text = trim($text);
      return $text;
      return trim($text);
   }
   /**