Skip to content

Commit

Permalink
This page is near to be XHTML!
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Feb 5, 2005
1 parent 756e182 commit d8ffb05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions files/index.php
Expand Up @@ -123,7 +123,7 @@ function set_value(txt) {
}


echo "<table border=0 align=center cellspacing=3 cellpadding=3 width=640>";
echo "<table border=\"0\" align=\"center\" cellspacing=\"3\" cellpadding=\"3\" width=\"640\">";
echo "<tr>";
echo "<td colspan=\"2\">";

Expand Down Expand Up @@ -540,11 +540,11 @@ function set_value(txt) {
echo $file;
print_simple_box_end();
echo "<br />";
echo "<p align=center>".get_string("areyousuretorestorethisinfo")."</p>";
echo "<p align=\"center\">".get_string("areyousuretorestorethisinfo")."</p>";
$restore_path = "$CFG->wwwroot/backup/restore.php";
notice_yesno (get_string("areyousuretorestorethis"),
$restore_path."?id=".$id."&file=".cleardoubleslashes($id.$wdir."/".$file),
"index.php?id=$id&wdir=$wdir&action=cancel");
$restore_path."?id=".$id."&amp;file=".cleardoubleslashes($id.$wdir."/".$file),
"index.php?id=$id&amp;wdir=$wdir&amp;action=cancel");
} else {
displaydir($wdir);
}
Expand Down

0 comments on commit d8ffb05

Please sign in to comment.