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

templates - post: Added missing '/' at end of input element.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@112 44740490-163a-0410-bde0-09ae8108e29a
parent aeb46206
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,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']); ?>" />
<noscript>
<input type="submit" value="Submit the response to the service" />
......
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