Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / inc / libs / html_mail_functions.php
index 8630b681283b234c2360fbad7e3ad5608b00d92c..0ca2f48b0402d0357f9cfcb221930476f9afce82 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 compileCode(str_replace("\n", "<br />\n", $text));
+       return preCompileCode(str_replace("\n", "<br />\n", $text));
 }
 
 // Sends a HTML mail to the user