diff --git a/templates/logout-iframe.php b/templates/logout-iframe.php
index 07717ed25253ea356b06e2f2ea3d3b50c9adda9f..3c1467180df0d8122d2192d2fa8b0348012f4f12 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)); ?>" />