X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fstylesheet.php;h=38e4e7cd8e659b97d581be414cbcc10a12a0c2a2;hb=6822d852b1eebf903029dc8218ade7778c0a331e;hp=b63e94db6ed762c4cec93035db7205a5f598a490;hpb=75ad748a68473ace540251427a74fb781b1145e9;p=mailer.git diff --git a/inc/stylesheet.php b/inc/stylesheet.php index b63e94db6e..38e4e7cd8e 100644 --- a/inc/stylesheet.php +++ b/inc/stylesheet.php @@ -79,12 +79,12 @@ if (($CSS == "1") || ($CONFIG['css_php'] == "DIRECT")) switch ($CONFIG['css_php']) { case "DIRECT": - OUTPUT_HTML (""); + OUTPUT_HTML(""); break; case "FILE": $load = implode("", file($file)); - OUTPUT_HTML ($load); + OUTPUT_HTML($load); break; } } @@ -93,16 +93,16 @@ if (($CSS == "1") || ($CONFIG['css_php'] == "DIRECT")) else { // Now we load all CSS files from css.php! - OUTPUT_HTML (""); + OUTPUT_HTML("\">"); } //