X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fhtml_mail_functions.php;h=62bc294d941e195bd9e7668648062492b832de36;hb=6c6f24bd5a3817573d1d49ed114700914ae8c920;hp=be00219d6c76e24ca9e6b56181ce2a215b8416b1;hpb=7052cc3bd3ca07281078acbbce6ce595d753def1;p=mailer.git diff --git a/inc/libs/html_mail_functions.php b/inc/libs/html_mail_functions.php index be00219d6c..62bc294d94 100644 --- a/inc/libs/html_mail_functions.php +++ b/inc/libs/html_mail_functions.php @@ -148,7 +148,7 @@ function insertUrlsIntoHtml ($text) { } // END - foreach // Replace new-lines agains
-s and finally compile possible own HTML tags out... - return preCompileCode(str_replace(PHP_EOL, "
" . PHP_EOL, $text)); + return preCompileCode(str_replace(PHP_EOL, '
' . PHP_EOL, $text)); } // [EOF]