From 6b1b9376a0fe826805a3495a6fde9e26ac82850d Mon Sep 17 00:00:00 2001 From: toyomoyo <toyomoyo> Date: Thu, 1 Mar 2007 02:47:33 +0000 Subject: [PATCH] merged fixing xhtml issue --- files/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/index.php b/files/index.php index b6b9143bdc..89fcd2e387 100644 --- a/files/index.php +++ b/files/index.php @@ -271,7 +271,7 @@ 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>"; } -- 2.39.5