forked from GNUsocial/gnu-social
type declaration
darcs-hash:20080520133640-84dde-5fe3c3079d12812fff09834754c3bc5f5610b5eb.gz
This commit is contained in:
parent
9c16a5a9ef
commit
7cc40c5017
@ -68,6 +68,8 @@ function common_element($tag, $attrs=NULL, $content=NULL) {
|
|||||||
function common_show_header($pagetitle) {
|
function common_show_header($pagetitle) {
|
||||||
global $config, $xw;
|
global $config, $xw;
|
||||||
|
|
||||||
|
header('Content-Type: application/xhtml+xml');
|
||||||
|
|
||||||
$xw = new XMLWriter();
|
$xw = new XMLWriter();
|
||||||
$xw->openURI('php://output');
|
$xw->openURI('php://output');
|
||||||
$xw->startDocument('1.0', 'UTF-8');
|
$xw->startDocument('1.0', 'UTF-8');
|
||||||
|
Loading…
Reference in New Issue
Block a user