From 11d1ae3770c4d4c192b1e44ee10146dcde04ef9f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Mon, 2 Mar 2009 11:41:31 +0000
Subject: [PATCH] fix placement of logout link

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1357 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/portal/lib/Portal.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/portal/lib/Portal.php b/modules/portal/lib/Portal.php
index 0607fd272..9f62d124c 100644
--- a/modules/portal/lib/Portal.php
+++ b/modules/portal/lib/Portal.php
@@ -51,7 +51,7 @@ class sspmod_portal_Portal {
 		$text = '';
 		
 		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">';
-- 
GitLab