From 7cc40c5017a850f507d867bcc72b5dadb00acdc8 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 20 May 2008 09:36:40 -0400 Subject: [PATCH] type declaration darcs-hash:20080520133640-84dde-5fe3c3079d12812fff09834754c3bc5f5610b5eb.gz --- lib/util.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/util.php b/lib/util.php index fb4a4cb7e2..5ba457b5b2 100644 --- a/lib/util.php +++ b/lib/util.php @@ -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');