diff --git a/templates/default/en/post-debug.php b/templates/default/en/post-debug.php index f5d0bf309f0c0559a6a1514639ba7daa7e3dacc0..b76680d62d8955857da10d5d25abb21927a89c9a 100644 --- a/templates/default/en/post-debug.php +++ b/templates/default/en/post-debug.php @@ -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>