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