From 90f4fa8277e5f80942a0164689194126ca613f46 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Thu, 12 Feb 2009 10:03:22 +0000
Subject: [PATCH] adding paragraph on slo page

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1262 44740490-163a-0410-bde0-09ae8108e29a
---
 templates/logout-iframe.php | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/templates/logout-iframe.php b/templates/logout-iframe.php
index 07717ed25..3c1467180 100644
--- a/templates/logout-iframe.php
+++ b/templates/logout-iframe.php
@@ -182,7 +182,10 @@ function sendResponse() {
 
 	?>
 
-	<div id="confirmation" style="margin-top: 1em" ><?php echo $this->t('{logout:logout_all_question}'); ?> <br />
+	<div id="confirmation" style="margin-top: 1em" >
+		<p>
+			<?php echo $this->t('{logout:logout_all_question}'); ?> <br />
+		</p>
 		<input type="button" id="ok" name="ok" value="<?php echo $this->t('{logout:logout_all}'); ?>" />
 		<input type="button" id="cancel" name="cancel" value="<?php echo $this->t('{logout:logout_only}', array('%SP%' => $requestername)); ?>" />
 		
-- 
GitLab