diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-06 18:00:20 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-06 18:00:20 -0400 |
commit | 6dbf7beb0bfce429f1c39b64e85cdac8229cb72d (patch) | |
tree | 59814a5ac8b564fd5f6e1faa81e99627eb7266dd | |
parent | bca547c3942fe3a1a595ec4897a3e5a87dd2839f (diff) |
prefer, barely, text/html to application/xhtml+xml
darcs-hash:20080706220020-84dde-7e700e953c18909edd05de240c0f989584417294.gz
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 1a0dd07d2..4b781c0a8 100644 --- a/lib/util.php +++ b/lib/util.php @@ -122,7 +122,7 @@ function common_end_xml() { $xw->flush(); } -define('PAGE_TYPE_PREFS', 'application/xhtml+xml,text/html;q=0.7,application/xml;q=0.3,text/xml;q=0.2'); +define('PAGE_TYPE_PREFS', 'text/html,application/xhtml+xml,application/xml;q=0.3,text/xml;q=0.2'); function common_show_header($pagetitle, $callable=NULL, $data=NULL, $headercall=NULL) { global $config, $xw; |