From: stronk7 Date: Sat, 5 Feb 2005 01:58:37 +0000 (+0000) Subject: This page is near to be XHTML! X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d8ffb057da9a38f0c14742e7273d71236f9bfd7d;p=moodle.git This page is near to be XHTML! Please, see bug 2496 (http://moodle.org/bugs/bug.php?op=show&bugid=2496) --- diff --git a/files/index.php b/files/index.php index ee00d72e71..3357e259c9 100644 --- a/files/index.php +++ b/files/index.php @@ -123,7 +123,7 @@ } - echo ""; + echo "
"; echo ""; echo "
"; @@ -540,11 +540,11 @@ echo $file; print_simple_box_end(); echo "
"; - echo "

".get_string("areyousuretorestorethisinfo")."

"; + echo "

".get_string("areyousuretorestorethisinfo")."

"; $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."&file=".cleardoubleslashes($id.$wdir."/".$file), + "index.php?id=$id&wdir=$wdir&action=cancel"); } else { displaydir($wdir); }