]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-html_mail.php
mailer project continued:
[mailer.git] / inc / extensions / ext-html_mail.php
index e162861124ac673ec4562535f35028a1e73c2644..583a0664b6c4934e6b10da0e9765f9be6e64d2a9 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -153,8 +153,8 @@ switch (getExtensionMode()) {
                //
                $GLOBALS['url_ends'] = array(
                        ' ',
-                       "\n",
-                       "\r",
+                       chr(10),
+                       chr(13),
                        ')',
                );