Mailer project continued (heavy refactoring):
[mailer.git] / inc / extensions / ext-html_mail.php
index 12a9b437ad70693695ef5118874a57025765dd32..29634ca48bb668c41d86373a57786fa1dcb7456f 100644 (file)
@@ -153,7 +153,7 @@ switch (getExtensionMode()) {
                //
                $GLOBALS['url_ends'] = array(
                        ' ',
-                       chr(10),
+                       PHP_EOL,
                        chr(13),
                        ')',
                );