Skip to content

Commit

Permalink
MDL-7861, fixing broken xhtml tags
Browse files Browse the repository at this point in the history
  • Loading branch information
toyomoyo committed Dec 20, 2006
1 parent 6e6014a commit 5c8ea9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ function set_value(txt) {
$oldfile = $basedir.'/'.$file;
$newfile = $basedir.$wdir."/".$shortfile;
if (!rename($oldfile, $newfile)) {
echo "<p>Error: $shortfile not moved";
echo "<p>Error: $shortfile not moved</p>";
}
}
}
Expand Down Expand Up @@ -307,7 +307,7 @@ function set_value(txt) {
$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.'" />';
Expand Down

0 comments on commit 5c8ea9d

Please sign in to comment.