From d32577a915957b58ba612a067e6642585ab44785 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Wed, 24 Oct 2007 15:05:43 +0000
Subject: [PATCH] fixed typo with lowercase content type

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@53 44740490-163a-0410-bde0-09ae8108e29a
---
 www/saml2/idp/metadata.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/saml2/idp/metadata.php b/www/saml2/idp/metadata.php
index ed21a2912..b99b5bb5b 100644
--- a/www/saml2/idp/metadata.php
+++ b/www/saml2/idp/metadata.php
@@ -73,7 +73,7 @@ try {
 	
 	
 	if ($_GET['output'] == 'xml') {
-		header('Content-type: application/xml');
+		header('Content-Type: application/xml');
 		
 		echo $metaxml;
 		exit(0);
-- 
GitLab