From 32bef2bf2f121d31951a12728c5c5d5afba6de15 Mon Sep 17 00:00:00 2001 From: jfefe Date: Sat, 15 Mar 2014 07:01:02 +0100 Subject: [PATCH] Missing text attribute on input field --- htdocs/install/etape4.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/etape4.php b/htdocs/install/etape4.php index 1b88070e750..d8231a60501 100644 --- a/htdocs/install/etape4.php +++ b/htdocs/install/etape4.php @@ -74,7 +74,7 @@ $db=getDoliDBInstance($conf->db->type,$conf->db->host,$conf->db->user,$conf->db- if ($db->ok == 1) { print ''.$langs->trans("DolibarrAdminLogin").' :'; - print ''; + print ''; print ''.$langs->trans("Password").' :'; print ''; print ''.$langs->trans("PasswordAgain").' :';