X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffunctions.php;h=de59b2e8e42fc420fb9e402b63ae5f7db49db69d;hp=dbfe8b3674c61462da52e9a6700cb67944d6cb23;hb=205769111aba361c7aa76a6b9791bffed1372241;hpb=f42e417c1cd63d07563965c54bf10f6e1cd4248f diff --git a/inc/functions.php b/inc/functions.php index dbfe8b3674..de59b2e8e4 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -123,7 +123,7 @@ function outputHtml ($htmlCode, $newLine = true) { $cnt = 0; // Compile and run finished rendered HTML code - while (((strpos($GLOBALS['output'], '{!') > 0) || (strpos($GLOBALS['output'], '{?') > 0)) && ($cnt < 3)) { + while (((strpos($GLOBALS['output'], '{--') > 0) || (strpos($GLOBALS['output'], '{!') > 0) || (strpos($GLOBALS['output'], '{?') > 0)) && ($cnt < 3)) { // Prepare the content and eval() it... $content = array(); $newContent = '';