@@ -463,8 +463,8 @@ |
||
| 463 | 463 | * namespaces needed to parse the XML. |
| 464 | 464 | */ |
| 465 | 465 | $xml = '<root xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" '. |
| 466 | - 'xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">' . |
|
| 467 | - $decrypted . |
|
| 466 | + 'xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">'. |
|
| 467 | + $decrypted. |
|
| 468 | 468 | '</root>'; |
| 469 | 469 | |
| 470 | 470 | try { |