Change more internal consumers to use application/xml instead of text/xml. Bug
247024, patch by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky git-svn-id: svn://10.0.0.236/trunk@170611 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -160,7 +160,7 @@ if ($mimetype == "application/x-mtx") {
|
||||
$licenseURL = "";
|
||||
}
|
||||
|
||||
header("Content-type: text/xml");
|
||||
header("Content-type: application/xml");
|
||||
print "<?xml version=\"1.0\"?>\n";
|
||||
print "<RDF:RDF xmlns:RDF=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns:pfs=\"http://www.mozilla.org/2004/pfs-rdf#\">\n\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user