From 0eebcad9340538a5d7cbcb419778a1ba5f97b5a0 Mon Sep 17 00:00:00 2001
From: James <james@rezo.net>
Date: Mon, 6 Nov 2006 21:43:35 +0000
Subject: [PATCH] =?UTF-8?q?une=20justification=20pas=20vraiment=20jusitifi?=
 =?UTF-8?q?=C3=A9e?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ecrire/install/etape_3.php | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/ecrire/install/etape_3.php b/ecrire/install/etape_3.php
index 2ad1f7ce9b..e9726db40c 100644
--- a/ecrire/install/etape_3.php
+++ b/ecrire/install/etape_3.php
@@ -48,7 +48,7 @@ function install_etape_3_dist()
 			}
 		}
 		echo $bases."</ul>";
-		echo _T('info_ou')." ";
+		echo "<p>"._T('info_ou')." ";
 	}
 	else {
 		echo "<b>"._T('avis_lecture_noms_bases_1')."</b>
@@ -70,15 +70,15 @@ function install_etape_3_dist()
 				echo "<li><input name=\"choix_db\" value=\"".$test_base."\" type='radio' id='stand' checked='checked' />";
 				echo "<label for='stand'>".$test_base."</label></li>\n";
 				echo "</ul>";
-				echo _T('info_ou')." ";
+				echo "<p>"._T('info_ou')." ";
 				$checked = true;
 			}
 		}
 	}
 	echo "<input name=\"choix_db\" value=\"new_spip\" type='radio' id='nou'";
-	if (!$checked) echo " checked";
-	echo " /> <label for='nou'>"._T('info_creer_base')."</label> ";
-	echo "<input type='text' name='table_new' class='fondl' value=\"spip\" size='20' /></fieldset>";
+	if (!$checked) echo " checked='checked'";
+	echo " /> <label for='nou'>"._T('info_creer_base')."</label></p><p>";
+	echo "<input type='text' name='table_new' class='fondl' value=\"spip\" size='20' /></p></fieldset>";
 
 	echo bouton_suivant();
 	echo "</form>";
-- 
GitLab