From cef5542133e6026091a0502ac3b150c6705e07f1 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Fri, 15 Dec 2006 05:06:53 +0000 Subject: [PATCH] fixing broken html --- files/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/index.php b/files/index.php index 9b96c390be..368ceedb2b 100644 --- a/files/index.php +++ b/files/index.php @@ -819,8 +819,9 @@ function displaydir ($wdir) { if (!empty($count)) { choose_from_menu ($options, "action", "", "$strwithchosenfiles...", "javascript:document.dirform.submit()"); } - + echo ""; echo ""; + echo ""; echo "
"; if (!empty($USER->fileop) and ($USER->fileop == "move") and ($USER->filesource <> $wdir)) { echo "
"; -- 2.39.5