forked from GNUsocial/gnu-social
prefer, barely, text/html to application/xhtml+xml
darcs-hash:20080706220020-84dde-7e700e953c18909edd05de240c0f989584417294.gz
This commit is contained in:
parent
bca547c394
commit
6dbf7beb0b
@ -122,7 +122,7 @@ function common_end_xml() {
|
|||||||
$xw->flush();
|
$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) {
|
function common_show_header($pagetitle, $callable=NULL, $data=NULL, $headercall=NULL) {
|
||||||
global $config, $xw;
|
global $config, $xw;
|
||||||
|
Loading…
Reference in New Issue
Block a user