Major rewrite of template system:
[mailer.git] / inc / libs / html_mail_functions.php
index be00219d6c76e24ca9e6b56181ce2a215b8416b1..62bc294d941e195bd9e7668648062492b832de36 100644 (file)
@@ -148,7 +148,7 @@ function insertUrlsIntoHtml ($text) {
        } // END - foreach
 
        // Replace new-lines agains <br />-s and finally compile possible own HTML tags out...
-       return preCompileCode(str_replace(PHP_EOL, "<br />" . PHP_EOL, $text));
+       return preCompileCode(str_replace(PHP_EOL, '<br />' . PHP_EOL, $text));
 }
 
 // [EOF]