]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
type declaration
authorEvan Prodromou <evan@prodromou.name>
Tue, 20 May 2008 13:36:40 +0000 (09:36 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 20 May 2008 13:36:40 +0000 (09:36 -0400)
darcs-hash:20080520133640-84dde-5fe3c3079d12812fff09834754c3bc5f5610b5eb.gz

lib/util.php

index fb4a4cb7e225270ff593657dbd64e13a307b426d..5ba457b5b2d89def231961b0b9adc7df1c90ec45 100644 (file)
@@ -67,6 +67,8 @@ function common_element($tag, $attrs=NULL, $content=NULL) {
 
 function common_show_header($pagetitle) {
        global $config, $xw;
+
+       header('Content-Type: application/xhtml+xml');
        
        $xw = new XMLWriter();
        $xw->openURI('php://output');