]> git.mjollnir.org Git - moodle.git/commitdiff
fixing broken html
authortoyomoyo <toyomoyo>
Fri, 15 Dec 2006 05:06:53 +0000 (05:06 +0000)
committertoyomoyo <toyomoyo>
Fri, 15 Dec 2006 05:06:53 +0000 (05:06 +0000)
files/index.php

index 9b96c390be32c8c9e9291e379e468e0419c0a80c..368ceedb2b1342c63fecc9342f7b8ea977b5e2c6 100644 (file)
@@ -819,8 +819,9 @@ function displaydir ($wdir) {
     if (!empty($count)) {
         choose_from_menu ($options, "action", "", "$strwithchosenfiles...", "javascript:document.dirform.submit()");
     }
-
+    echo "</td></tr></table>";
     echo "</form>";
+    echo "<table border=\"0\" cellspacing=\"2\" cellpadding=\"2\" width=\"640\"><tr>";
     echo "<td align=\"center\">";
     if (!empty($USER->fileop) and ($USER->fileop == "move") and ($USER->filesource <> $wdir)) {
         echo "<form action=\"index.php\" method=\"get\">";