From: toyomoyo Date: Thu, 1 Mar 2007 02:47:33 +0000 (+0000) Subject: merged fixing xhtml issue X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6b1b9376a0fe826805a3495a6fde9e26ac82850d;p=moodle.git merged fixing xhtml issue --- 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 "

"; + echo "

"; print_string("selectednowmove", "moodle", $count); echo "

"; }