Skip to content
Snippets Groups Projects
Commit 11d1ae37 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

fix placement of logout link

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1357 44740490-163a-0410-bde0-09ae8108e29a
parent d9f139bd
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ class sspmod_portal_Portal { ...@@ -51,7 +51,7 @@ class sspmod_portal_Portal {
$text = ''; $text = '';
if (!empty($logininfo)) { if (!empty($logininfo)) {
$text .= '<div class="logininfo" style="float: right">' . $logininfo . '</div>'; $text .= '<p class="logininfo" style="float: right">' . $logininfo . '</p>';
} }
$text .= '<ul class="ui-tabs-nav">'; $text .= '<ul class="ui-tabs-nav">';
......
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