mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-7861, fixing broken xhtml tags
This commit is contained in:
parent
6e6014aea1
commit
5c8ea9d958
@ -278,7 +278,7 @@
|
||||
$oldfile = $basedir.'/'.$file;
|
||||
$newfile = $basedir.$wdir."/".$shortfile;
|
||||
if (!rename($oldfile, $newfile)) {
|
||||
echo "<p>Error: $shortfile not moved";
|
||||
echo "<p>Error: $shortfile not moved</p>";
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -307,7 +307,7 @@
|
||||
$strcancel = get_string("cancel");
|
||||
$strrenamefileto = get_string("renamefileto", "moodle", $file);
|
||||
html_header($course, $wdir, "form.name");
|
||||
echo "<p>$strrenamefileto:";
|
||||
echo "<p>$strrenamefileto:</p>";
|
||||
echo "<table><tr><td>";
|
||||
echo "<form action=\"index.php\" method=\"post\" name=\"form\">";
|
||||
echo ' <input type="hidden" name="choose" value="'.$choose.'" />';
|
||||
|
Loading…
x
Reference in New Issue
Block a user