Mailer project continued (heavy refactoring):
[mailer.git] / inc / extensions / ext-newsletter.php
index d4efcfaaf40b54d799f0b0821566462cddd18cc1..60d49f39f51ef70d1f7dff8f9030825746735d7f 100644 (file)
@@ -218,7 +218,7 @@ INDEX `topic` (`nl_topic_id`)",
                // @TODO Move these into configuration
                $GLOBALS['url_ends'] = array(
                        ' ',
-                       chr(10),
+                       PHP_EOL,
                        chr(13),
                        ')',
                );