From cac94d3151b9af488d3d4ea9f12171ea6d01198d Mon Sep 17 00:00:00 2001 From: Wolf Date: Mon, 31 Jan 2022 11:36:51 +0100 Subject: [PATCH] you do not need "text/css"-type for style-tags --- chat.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chat.php b/chat.php index 719dbdc..49eeb65 100644 --- a/chat.php +++ b/chat.php @@ -305,12 +305,12 @@ function prepare_stylesheets(bool $init = false){ function print_stylesheet(bool $init = false){ global $styles; //default css - echo ""; + echo ""; if($init){ return; } //overwrite with custom css - echo ""; + echo ""; } function print_end(){ @@ -2243,7 +2243,7 @@ function send_fatal_error(string $err){ send_headers(); echo ''.meta_html(); echo "$I[fatalerror]"; - echo ""; + echo ""; echo ''; echo "

$I[fatalerror]: $err

"; print_end();