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