Skip to content
Snippets Groups Projects
Commit c1033fe3 authored by Olav Morken's avatar Olav Morken
Browse files

HTTP-POST debug page: added missing "/" in RelayState element.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@281 44740490-163a-0410-bde0-09ae8108e29a
parent 67232ea3
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
<form method="post" action="<?php echo htmlspecialchars($data['destination']); ?>">
<input type="hidden" name="SAMLResponse" value="<?php echo htmlspecialchars($data['response']); ?>" />
<input type="hidden" name="<?php echo htmlspecialchars($data['RelayStateName']); ?>" value="<?php echo htmlspecialchars($data['RelayState']); ?>">
<input type="hidden" name="<?php echo htmlspecialchars($data['RelayStateName']); ?>" value="<?php echo htmlspecialchars($data['RelayState']); ?>" />
<input type="submit" value="Submit the response to the service" id="sendbutton" />
</form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment