From d8ffb057da9a38f0c14742e7273d71236f9bfd7d Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sat, 5 Feb 2005 01:58:37 +0000 Subject: [PATCH] This page is near to be XHTML! Please, see bug 2496 (http://moodle.org/bugs/bug.php?op=show&bugid=2496) --- files/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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); } -- 2.39.5