Skip to content
Snippets Groups Projects
Commit ebdf7f34 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Adding suffix comma on generated metadata for sp

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@521 44740490-163a-0410-bde0-09ae8108e29a
parent 07185155
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ try { ...@@ -56,7 +56,7 @@ try {
'" . htmlspecialchars($spentityid) . "' => array( '" . htmlspecialchars($spentityid) . "' => array(
'AssertionConsumerService' => '" . htmlspecialchars($metadata->getGenerated('AssertionConsumerService', 'saml20-sp-hosted')) . "', 'AssertionConsumerService' => '" . htmlspecialchars($metadata->getGenerated('AssertionConsumerService', 'saml20-sp-hosted')) . "',
'SingleLogoutService' => '" . htmlspecialchars($metadata->getGenerated('SingleLogoutService', 'saml20-sp-hosted')) . "' 'SingleLogoutService' => '" . htmlspecialchars($metadata->getGenerated('SingleLogoutService', 'saml20-sp-hosted')) . "'
) ),
"; ";
$metaxml = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?> $metaxml = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
......
...@@ -35,7 +35,7 @@ try { ...@@ -35,7 +35,7 @@ try {
$metaflat = " $metaflat = "
'" . htmlspecialchars($spentityid) . "' => array( '" . htmlspecialchars($spentityid) . "' => array(
'AssertionConsumerService' => '" . htmlspecialchars($metadata->getGenerated('AssertionConsumerService', 'saml20-sp-hosted')) . "' 'AssertionConsumerService' => '" . htmlspecialchars($metadata->getGenerated('AssertionConsumerService', 'saml20-sp-hosted')) . "'
) ),
"; ";
$metaxml = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?> $metaxml = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment