summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-05-20 09:36:40 -0400
committerEvan Prodromou <evan@prodromou.name>2008-05-20 09:36:40 -0400
commit7cc40c5017a850f507d867bcc72b5dadb00acdc8 (patch)
treeba1342b54ccf805f7dce2d8677dd139891f320ee /lib
parent9c16a5a9ef7feee2e5db24032f17e43715814e8c (diff)
type declaration
darcs-hash:20080520133640-84dde-5fe3c3079d12812fff09834754c3bc5f5610b5eb.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/util.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php
index fb4a4cb7e..5ba457b5b 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');