summaryrefslogtreecommitdiff
path: root/includes/Metadata.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/Metadata.php')
-rw-r--r--includes/Metadata.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Metadata.php b/includes/Metadata.php
index b48ced0d..4e0d91b7 100644
--- a/includes/Metadata.php
+++ b/includes/Metadata.php
@@ -81,7 +81,7 @@ function rdfSetup() {
return false;
} else {
$wgOut->disable();
- header( "Content-type: {$rdftype}" );
+ header( "Content-type: {$rdftype}; charset=utf-8" );
$wgOut->sendCacheControl();
return true;
}