commit c194359c88a2e6cff62ae17f09d628fdbf8a6414 from: Sylvain Saboua date: Sat Apr 26 14:20:02 2025 UTC doctype to html5 commit - 906ac77b6eb06edcc6dcb8a62e60746089d87961 commit + c194359c88a2e6cff62ae17f09d628fdbf8a6414 blob - 6f4971010351d8293e0fd9c0c21062f550bcb3e0 blob + b720208284dd07124e26d87e8bc985fd3bc4465c --- autres/source-haut.php +++ autres/source-haut.php @@ -62,8 +62,9 @@ require'confidentiel.php'; }*/ if(false!==strpos($_SERVER['HTTP_ACCEPT'],'application/xhtml+xml')or $type_user_agent=='validateur'){ $ContentType='application/xhtml+xml'; - $Doctype='\n". - ''; + $Doctype=''; + /*'\n". + '';*/ ob_start(); } else{