From d2ef8d62beac1eed0d8578e08e5fc063b2bee795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Mon, 20 Oct 2008 17:25:16 +0000 Subject: [PATCH] fix FTP edit link Closes: #1162 --- bureau/admin/bro_main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bureau/admin/bro_main.php b/bureau/admin/bro_main.php index e937c8b4..224b9201 100644 --- a/bureau/admin/bro_main.php +++ b/bureau/admin/bro_main.php @@ -500,7 +500,7 @@ else { if ($id=$ftp->is_ftp($R)) { -echo _("There is an ftp account in this folder")." "._("Click here to edit this ftp account.")."
"; +echo _("There is an ftp account in this folder")." "._("Click here to edit this ftp account.")."
"; } else { echo ""._("Click here to create an ftp account in this folder.")."
";