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