From 5c8ea9d9589988cb9910daa2b4e56eacb22594f0 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Wed, 20 Dec 2006 03:44:59 +0000 Subject: [PATCH] MDL-7861, fixing broken xhtml tags --- files/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ' '; -- 2.39.5