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

Added missing '"' to attribute value in the login templates.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@103 44740490-163a-0410-bde0-09ae8108e29a
parent d6fbe9a9
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
} ?> /></td>
<td style="padding: .4em; rowspan="3">
<td style="padding: .4em;" rowspan="3">
<input type="submit" tabindex="3" value="Login" />
<input type="hidden" name="RelayState" value="<?php echo $data['relaystate']; ?>" />
</td>
......
......@@ -32,7 +32,7 @@
<?php if (isset($data['username'])) {
echo 'value="' . htmlspecialchars($data['username']) . '"';
} ?> /></td>
<td style="padding: .4em; rowspan="2">
<td style="padding: .4em;" rowspan="2">
<input type="submit" tabindex="3" value="Login" />
<input type="hidden" name="RelayState" value="<?php echo htmlspecialchars($data['relaystate']); ?>" />
</td>
......
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