]> git.mjollnir.org Git - moodle.git/commitdiff
merged fixing xhtml issue
authortoyomoyo <toyomoyo>
Thu, 1 Mar 2007 02:47:33 +0000 (02:47 +0000)
committertoyomoyo <toyomoyo>
Thu, 1 Mar 2007 02:47:33 +0000 (02:47 +0000)
files/index.php

index b6b9143bdc6a8cb0f04d910b0a4ed948944c364b..89fcd2e387d0c2b5d09ba25f21774ec88f974a2b 100644 (file)
             if (($count = setfilelist($_POST)) and confirm_sesskey()) {
                 $USER->fileop     = $action;
                 $USER->filesource = $wdir;
-                echo "<p align=\"center\">";
+                echo "<p class=\"centerpara\">";
                 print_string("selectednowmove", "moodle", $count);
                 echo "</p>";
             }