From c8408855a765cb67262a0da8deda89b5d1426985 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 23 Dec 2006 14:49:36 +0000 Subject: [PATCH] Respect standard W3C --- htdocs/html.form.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 7f92ab869df..a38035c635c 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -2810,7 +2810,7 @@ class Form // Affiche colonne type MIME print ''.$mimetype.''; // Affiche nom fichier avec lien download - print ''.$file["name"].''; + print ''.$file["name"].''; print ''; // Affiche taille fichier print ''.filesize($filedir."/".$file["name"]). ' bytes'; @@ -2819,7 +2819,7 @@ class Form if ($delallowed) { - print ''.img_delete().''; + print ''.img_delete().''; } print '';