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