jquery will not become an extension in the future
[mailer.git] / inc / functions.php
index 4127ee62a1bc74e37180e99a8660756155418e0c..a31c402069ef86f8c151aa68bc481bbf26d62817 100644 (file)
@@ -77,7 +77,7 @@ function outputHtml ($htmlCode, $newLine = true) {
 
                                // The same as above... ^
                                outputRawCode($htmlCode);
-                               if ($newLine) print("\n");
+                               if ($newLine === true) print("\n");
                                break;
 
                        default: