functions: Disable XHTML support.

It lacks ES modules support in Chrome.
1 files changed, 1 insertions(+), 1 deletions(-)

M scripts/functions.php
M scripts/functions.php +1 -1
@@ 7,7 7,7 @@ ini_set('arg_separator.input','&');
 ini_set('arg_separator.output','&');
 
 // Set globals
-$xhtml = isset($_SERVER['HTTP_ACCEPT']) && strpos($_SERVER['HTTP_ACCEPT'], 'application/xhtml+xml');
+$xhtml = false; //isset($_SERVER['HTTP_ACCEPT']) && strpos($_SERVER['HTTP_ACCEPT'], 'application/xhtml+xml');
 
 // gzip pages...
 ob_start("ob_gzhandler");