From ebdf7f34b66f15ed5dcea366e612ac7965166d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Mon, 28 Apr 2008 09:29:19 +0000 Subject: [PATCH] Adding suffix comma on generated metadata for sp git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@521 44740490-163a-0410-bde0-09ae8108e29a --- www/saml2/sp/metadata.php | 2 +- www/shib13/sp/metadata.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/saml2/sp/metadata.php b/www/saml2/sp/metadata.php index 6af101ad0..4348c023c 100644 --- a/www/saml2/sp/metadata.php +++ b/www/saml2/sp/metadata.php @@ -56,7 +56,7 @@ try { '" . htmlspecialchars($spentityid) . "' => array( 'AssertionConsumerService' => '" . htmlspecialchars($metadata->getGenerated('AssertionConsumerService', 'saml20-sp-hosted')) . "', 'SingleLogoutService' => '" . htmlspecialchars($metadata->getGenerated('SingleLogoutService', 'saml20-sp-hosted')) . "' - ) + ), "; $metaxml = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?> diff --git a/www/shib13/sp/metadata.php b/www/shib13/sp/metadata.php index dda97b716..ecdcde4cb 100644 --- a/www/shib13/sp/metadata.php +++ b/www/shib13/sp/metadata.php @@ -35,7 +35,7 @@ try { $metaflat = " '" . htmlspecialchars($spentityid) . "' => array( 'AssertionConsumerService' => '" . htmlspecialchars($metadata->getGenerated('AssertionConsumerService', 'saml20-sp-hosted')) . "' - ) + ), "; $metaxml = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -- GitLab