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