diff --git a/files/index.php b/files/index.php index 368ceedb2b1..4dd988a4dcf 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 " |