From 366ce9f848f173b808a01f1188dfc7e8b54aa099 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Thu, 5 Apr 2007 03:37:12 +0000 Subject: [PATCH] Finally fixed XHTML error on this page. --- files/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/index.php b/files/index.php index 6b953d1d7b..fb2b222acb 100644 --- a/files/index.php +++ b/files/index.php @@ -208,8 +208,10 @@ upload_print_form_fragment(1,array('userfile'),null,false,null,$upload_max_filesize,0,false); echo " "; echo " "; + echo ""; echo ""; echo "
"; + echo "
"; echo ' '; echo " "; echo " "; -- 2.39.5