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

Logout: indent the service list.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2151 44740490-163a-0410-bde0-09ae8108e29a
parent 11d27e86
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,8 @@ foreach ($SPs AS $assocId => $sp) { ...@@ -105,6 +105,8 @@ foreach ($SPs AS $assocId => $sp) {
echo '<tr>'; echo '<tr>';
echo '<td style="width: 3em;"></td>';
echo '<td>'; echo '<td>';
echo '<img class="logoutstatusimage" id="statusimage-' . $spId . '" src="' . htmlspecialchars($stateImage[$spState]) . '" alt="' . htmlspecialchars($stateText[$spState]) . '"/>'; echo '<img class="logoutstatusimage" id="statusimage-' . $spId . '" src="' . htmlspecialchars($stateImage[$spState]) . '" alt="' . htmlspecialchars($stateText[$spState]) . '"/>';
echo '</td>'; echo '</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