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