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();