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