From: toyomoyo Date: Wed, 20 Dec 2006 03:44:59 +0000 (+0000) Subject: MDL-7861, fixing broken xhtml tags X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5c8ea9d9589988cb9910daa2b4e56eacb22594f0;p=moodle.git MDL-7861, fixing broken xhtml tags --- diff --git a/files/index.php b/files/index.php index 368ceedb2b..4dd988a4dc 100644 --- a/files/index.php +++ b/files/index.php @@ -278,7 +278,7 @@ $oldfile = $basedir.'/'.$file; $newfile = $basedir.$wdir."/".$shortfile; if (!rename($oldfile, $newfile)) { - echo "

Error: $shortfile not moved"; + echo "

Error: $shortfile not moved

"; } } } @@ -307,7 +307,7 @@ $strcancel = get_string("cancel"); $strrenamefileto = get_string("renamefileto", "moodle", $file); html_header($course, $wdir, "form.name"); - echo "

$strrenamefileto:"; + echo "

$strrenamefileto:

"; echo "
"; echo "
"; echo ' ';